#152806

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

Shades of Pine Tree #152806

Tints of Pine Tree #152806

Color information

#152806 (or 0x152806) is unknown color: approx Pine Tree. HEX triplet: 15, 28 and 06. RGB value is (21,40,6). Sum of RGB (Red+Green+Blue) = 21+40+6=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 40 (16.02% from 255 or 59.70% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 40 - color contains mainly: green. Hex color #152806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152806 is #EAD7F9. Grayscale: #1E1E1E. Windows color (decimal): -15390714 or 403477. OLE color: 403477.

HSL color Cylindrical-coordinate representation of color #152806: hue angle of 93.53º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152806 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB21406-
CMYK0.4800.850.84
HSL93.53º73.91%9.02%-
HSV(B)93.53º85%15.69%-
XYZ1.11.690.44-
YUV30.44114.21121.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 40 (16.02% from 255) = 59.70%
BLUE value IS 6 (2.73% from 255) = 8.96%
R=31.34%
G=59.70%
B=8.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal214060.4800.850.8493.5373.919.02
Hex1528630055545e4a9
Octal2550660012512413611211
Binary10101101000110110000010101011010100101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152806; }

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

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

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

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

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

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

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

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