#2B3E17

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

Shades of Pine Tree #2B3E17

Tints of Pine Tree #2B3E17

Color information

#2B3E17 (or 0x2B3E17) is unknown color: approx Pine Tree. HEX triplet: 2B, 3E and 17. RGB value is (43,62,23). Sum of RGB (Red+Green+Blue) = 43+62+23=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #2B3E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3E17 is #D4C1E8. Grayscale: #343434. Windows color (decimal): -13943273 or 1523243. OLE color: 1523243.

HSL color Cylindrical-coordinate representation of color #2B3E17: hue angle of 89.23º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B3E17 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB436223-
CMYK0.3100.630.76
HSL89.23º45.88%16.67%-
HSV(B)89.23º62.9%24.31%-
XYZ2.874.021.44-
YUV51.87111.71121.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.59%
GREEN value IS 62 (24.61% from 255) = 48.44%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=33.59%
G=48.44%
B=17.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4362230.3100.630.7689.2345.8816.67
Hex2B3E171F03F4C592e11
Octal537627370771141315621
Binary101011111110101111111101111111001100101100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,62,23); }

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

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

 a { background-color: rgb(43,62,23); }

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

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

 span { border-color: rgb(43,62,23); }

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