#152005

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

Shades of Pine Tree #152005

Tints of Pine Tree #152005

Color information

#152005 (or 0x152005) is unknown color: approx Pine Tree. HEX triplet: 15, 20 and 05. RGB value is (21,32,5). Sum of RGB (Red+Green+Blue) = 21+32+5=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #152005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152005 is #EADFFA. Grayscale: #191919. Windows color (decimal): -15392763 or 335893. OLE color: 335893.

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

Color convert

RGB21325-
CMYK0.3400.840.87
HSL84.44º72.97%7.25%-
HSV(B)84.44º84.38%12.55%-
XYZ0.851.20.33-
YUV25.63116.36124.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 5 (2.34% from 255) = 8.62%
R=36.21%
G=55.17%
B=8.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal213250.3400.840.8784.4472.977.25
Hex15205220545754497
Octal254054201241271241117
Binary1010110000010110001001010100101011110101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152005; }

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

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

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

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

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

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

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

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