Shades of Pine Tree #15200E
Tints of Pine Tree #15200E
RGB
CMYK
RGB Variations
Color information
#15200E (or 0x15200E) is known color: Pine Tree. HEX triplet: 15, 20 and 0E. RGB value is (21,32,14). Sum of RGB (Red+Green+Blue) = 21+32+14=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 32 - color contains mainly: green. Hex color #15200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15200E is #EADFF1. Grayscale: #1A1A1A. Windows color (decimal): -15392754 or 925717. OLE color: 925717.
HSL color Cylindrical-coordinate representation of color #15200E: hue angle of 96.67º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #15200E is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 32 | 14 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.87 |
| HSL | 96.67º | 0.39% | 0.09% | - |
| HSV(B) | 96.67º | 0.56% | 0.13% | - |
| XYZ | 0.91 | 1.22 | 0.6 | - |
| YUV | 26.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 14 | 0.34 | 0 | 0.56 | 0.87 | 96.67 | 0.39 | 0.09 |
| Hex | 15 | 20 | E | 22 | 0 | 38 | 57 | 61 | 27 | 9 |
| Octal | 25 | 40 | 16 | 42 | 0 | 70 | 127 | 141 | 47 | 11 |
| Binary | 10101 | 100000 | 1110 | 100010 | 0 | 111000 | 1010111 | 1100001 | 100111 | 1001 |
Color Harmonies of #15200E
Complementary color
Monochromatic Colors of #15200E
Black with #15200E
Text Example
Text Example
White with #15200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15200E; }
p { color: rgb(21,32,14); }
H1.HeaderClassName
{
color: #15200E;
}
.AnyTagClassName
{
color: #15200E;
}
</style>
background-color css
<style>
a { background-color: #15200E; }
a { background-color: rgb(21,32,14); }
div.DivClassName
{
background-color: #15200E;
}
.BgClassName
{
background-color: #15200E;
}
</style>
border-color css
<style>
span { border-color: #15200E; }
span { border-color: rgb(21,32,14); }
td.TdClassName
{
border-color: #15200E;
}
.TagClassName
{
border-color: #15200E;
}
</style>