#15200D

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

Shades of Pine Tree #15200D

Tints of Pine Tree #15200D

Color information

#15200D (or 0x15200D) is unknown color: approx Pine Tree. HEX triplet: 15, 20 and 0D. RGB value is (21,32,13). Sum of RGB (Red+Green+Blue) = 21+32+13=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #15200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15200D is #EADFF2. Grayscale: #1A1A1A. Windows color (decimal): -15392755 or 860181. OLE color: 860181.

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

Color convert

RGB213213-
CMYK0.3400.590.87
HSL94.74º42.22%8.82%-
HSV(B)94.74º59.38%12.55%-
XYZ0.91.220.57-
YUV26.54120.36124.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 32 (12.89% from 255) = 48.48%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=31.82%
G=48.48%
B=19.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132130.3400.590.8794.7442.228.82
Hex1520D2203B575f2a9
Octal254015420731271375211
Binary1010110000011011000100111011101011110111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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