#152204

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

Shades of Pine Tree #152204

Tints of Pine Tree #152204

Color information

#152204 (or 0x152204) is unknown color: approx Pine Tree. HEX triplet: 15, 22 and 04. RGB value is (21,34,4). Sum of RGB (Red+Green+Blue) = 21+34+4=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 34 (13.67% from 255 or 57.63% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 34 - color contains mainly: green. Hex color #152204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152204 is #EADDFB. Grayscale: #1A1A1A. Windows color (decimal): -15392252 or 270869. OLE color: 270869.

HSL color Cylindrical-coordinate representation of color #152204: hue angle of 86º degrees, saturation: 0.79, 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 #152204 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB21344-
CMYK0.3800.880.87
HSL86º78.95%7.45%-
HSV(B)86º88.24%13.33%-
XYZ0.91.310.32-
YUV26.69115.19123.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 34 (13.67% from 255) = 57.63%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=35.59%
G=57.63%
B=6.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal213440.3800.880.878678.957.45
Hex152242605857564f7
Octal254244601301271261177
Binary1010110001010010011001011000101011110101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152204; }

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

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

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

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

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

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

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

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