Shades of Pine Tree #15200D
Tints of Pine Tree #15200D
RGB
CMYK
RGB Variations
Color information
#15200D (or 0x15200D) is known color: 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
| RGB | 21 | 32 | 13 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.87 |
| HSL | 94.74º | 0.42% | 0.09% | - |
| HSV(B) | 94.74º | 0.59% | 0.13% | - |
| XYZ | 0.9 | 1.22 | 0.57 | - |
| YUV | 26.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 13 | 0.34 | 0 | 0.59 | 0.87 | 94.74 | 0.42 | 0.09 |
| Hex | 15 | 20 | D | 22 | 0 | 3B | 57 | 5F | 2A | 9 |
| Octal | 25 | 40 | 15 | 42 | 0 | 73 | 127 | 137 | 52 | 11 |
| Binary | 10101 | 100000 | 1101 | 100010 | 0 | 111011 | 1010111 | 1011111 | 101010 | 1001 |
Color Harmonies of #15200D
Complementary color
Monochromatic Colors of #15200D
Black with #15200D
Text Example
Text Example
White with #15200D
Text Example
Text Example
HTML Codes & Css Web 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>