#152006

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

Shades of Pine Tree #152006

Tints of Pine Tree #152006

Color information

#152006 (or 0x152006) is unknown color: approx Pine Tree. HEX triplet: 15, 20 and 06. RGB value is (21,32,6). Sum of RGB (Red+Green+Blue) = 21+32+6=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #152006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152006 is #EADFF9. Grayscale: #191919. Windows color (decimal): -15392762 or 401429. OLE color: 401429.

HSL color Cylindrical-coordinate representation of color #152006: hue angle of 85.38º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152006 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB21326-
CMYK0.3400.810.87
HSL85.38º68.42%7.45%-
HSV(B)85.38º81.25%12.55%-
XYZ0.861.210.36-
YUV25.75116.86124.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 32 (12.89% from 255) = 54.24%
BLUE value IS 6 (2.73% from 255) = 10.17%
R=35.59%
G=54.24%
B=10.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal213260.3400.810.8785.3868.427.45
Hex15206220515755447
Octal254064201211271251047
Binary1010110000011010001001010001101011110101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152006; }

 p { color: rgb(21,32,6); }

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

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

 a { background-color: rgb(21,32,6); }

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

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

 span { border-color: rgb(21,32,6); }

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