#152004

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

Shades of Pine Tree #152004

Tints of Pine Tree #152004

Color information

#152004 (or 0x152004) is unknown color: approx Pine Tree. HEX triplet: 15, 20 and 04. RGB value is (21,32,4). Sum of RGB (Red+Green+Blue) = 21+32+4=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #152004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152004 is #EADFFB. Grayscale: #191919. Windows color (decimal): -15392764 or 270357. OLE color: 270357.

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

Color convert

RGB21324-
CMYK0.3400.870.87
HSL83.57º77.78%7.06%-
HSV(B)83.57º87.5%12.55%-
XYZ0.851.20.3-
YUV25.52115.86124.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.84%
GREEN value IS 32 (12.89% from 255) = 56.14%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=36.84%
G=56.14%
B=7.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal213240.3400.870.8783.5777.787.06
Hex152042205757544e7
Octal254044201271271241167
Binary1010110000010010001001010111101011110101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152004; }

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

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

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

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

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

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

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

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