#15200C

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

Shades of Pine Tree #15200C

Tints of Pine Tree #15200C

Color information

#15200C (or 0x15200C) is unknown color: approx Pine Tree. HEX triplet: 15, 20 and 0C. RGB value is (21,32,12). Sum of RGB (Red+Green+Blue) = 21+32+12=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 32 - color contains mainly: green. Hex color #15200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15200C is #EADFF3. Grayscale: #1A1A1A. Windows color (decimal): -15392756 or 794645. OLE color: 794645.

HSL color Cylindrical-coordinate representation of color #15200C: hue angle of 93º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15200C is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB213212-
CMYK0.3400.630.87
HSL93º45.45%8.63%-
HSV(B)93º62.5%12.55%-
XYZ0.891.220.54-
YUV26.43119.86124.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 32 (12.89% from 255) = 49.23%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=32.31%
G=49.23%
B=18.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132120.3400.630.879345.458.63
Hex1520C2203F575d2d9
Octal254014420771271355511
Binary1010110000011001000100111111101011110111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15200C; }

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

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

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

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

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

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

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

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