#152208

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

Shades of Pine Tree #152208

Tints of Pine Tree #152208

Color information

#152208 (or 0x152208) is unknown color: approx Pine Tree. HEX triplet: 15, 22 and 08. RGB value is (21,34,8). Sum of RGB (Red+Green+Blue) = 21+34+8=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #152208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152208 is #EADDF7. Grayscale: #1B1B1B. Windows color (decimal): -15392248 or 533013. OLE color: 533013.

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

Color convert

RGB21348-
CMYK0.3800.760.87
HSL90º61.9%8.24%-
HSV(B)90º76.47%13.33%-
XYZ0.931.320.44-
YUV27.15117.19123.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 53.97%
BLUE value IS 8 (3.52% from 255) = 12.70%
R=33.33%
G=53.97%
B=12.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal213480.3800.760.879061.98.24
Hex152282604C575a3e8
Octal2542104601141271327610
Binary10101100010100010011001001100101011110110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152208; }

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

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

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

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

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

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

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

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