#152008

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

Shades of Pine Tree #152008

Tints of Pine Tree #152008

Color information

#152008 (or 0x152008) is unknown color: approx Pine Tree. HEX triplet: 15, 20 and 08. RGB value is (21,32,8). Sum of RGB (Red+Green+Blue) = 21+32+8=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #152008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152008 is #EADFF7. Grayscale: #1A1A1A. Windows color (decimal): -15392760 or 532501. OLE color: 532501.

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

Color convert

RGB21328-
CMYK0.3400.750.87
HSL87.5º60%7.84%-
HSV(B)87.5º75%12.55%-
XYZ0.871.210.42-
YUV25.98117.86124.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 34.43%
GREEN value IS 32 (12.89% from 255) = 52.46%
BLUE value IS 8 (3.52% from 255) = 13.11%
R=34.43%
G=52.46%
B=13.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal213280.3400.750.8787.5607.84
Hex152082204B57583c8
Octal2540104201131271307410
Binary10101100000100010001001001011101011110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152008; }

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

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

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

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

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

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

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

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