#2B867C

Color #2B867C Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #2B867C

Tints of Elm #2B867C

Color information

#2B867C (or 0x2B867C) is unknown color: approx Elm. HEX triplet: 2B, 86 and 7C. RGB value is (43,134,124). Sum of RGB (Red+Green+Blue) = 43+134+124=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #2B867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B867C is #D47983. Grayscale: #696969. Windows color (decimal): -13924740 or 8160811. OLE color: 8160811.

HSL color Cylindrical-coordinate representation of color #2B867C: hue angle of 173.41º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B867C is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB43134124-
CMYK0.6800.070.47
HSL173.41º51.41%34.71%-
HSV(B)173.41º67.91%52.55%-
XYZ13.1619.0222.05-
YUV105.65138.3583.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 14.29%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=14.29%
G=44.52%
B=41.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431341240.6800.070.47173.4151.4134.71
Hex2B867C44072Fad3323
Octal5320617410407572556343
Binary1010111000011011111001000100011110111110101101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B867C; }

 p { color: rgb(43,134,124); }

 H1.HeaderClassName
 {
   color: #2B867C;
 }
 .AnyTagClassName
 {
   color: #2B867C;
 }
</style>
background-color css

<style>
 a { background-color: #2B867C; }

 a { background-color: rgb(43,134,124); }

 div.DivClassName
 {
   background-color: #2B867C;
 }
 .BgClassName
 {
   background-color: #2B867C;
 }
</style>
border-color css

<style>
 span { border-color: #2B867C; }

 span { border-color: rgb(43,134,124); }

 td.TdClassName
 {
   border-color: #2B867C;
 }
 .TagClassName
 {
   border-color: #2B867C;
 }
</style>