Shades of Pine Tree #15200A
Tints of Pine Tree #15200A
RGB
CMYK
RGB Variations
Color information
#15200A (or 0x15200A) is known color: Pine Tree. HEX triplet: 15, 20 and 0A. RGB value is (21,32,10). Sum of RGB (Red+Green+Blue) = 21+32+10=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #15200A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15200A is #EADFF5. Grayscale: #1A1A1A. Windows color (decimal): -15392758 or 663573. OLE color: 663573.
HSL color Cylindrical-coordinate representation of color #15200A: hue angle of 90º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15200A is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 32 | 10 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.87 |
| HSL | 90º | 0.52% | 0.08% | - |
| HSV(B) | 90º | 0.69% | 0.13% | - |
| XYZ | 0.88 | 1.21 | 0.48 | - |
| YUV | 26.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 10 | 0.34 | 0 | 0.69 | 0.87 | 90 | 0.52 | 0.08 |
| Hex | 15 | 20 | A | 22 | 0 | 45 | 57 | 5A | 34 | 8 |
| Octal | 25 | 40 | 12 | 42 | 0 | 105 | 127 | 132 | 64 | 10 |
| Binary | 10101 | 100000 | 1010 | 100010 | 0 | 1000101 | 1010111 | 1011010 | 110100 | 1000 |
Color Harmonies of #15200A
Complementary color
Monochromatic Colors of #15200A
Black with #15200A
Text Example
Text Example
White with #15200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15200A; }
p { color: rgb(21,32,10); }
H1.HeaderClassName
{
color: #15200A;
}
.AnyTagClassName
{
color: #15200A;
}
</style>
background-color css
<style>
a { background-color: #15200A; }
a { background-color: rgb(21,32,10); }
div.DivClassName
{
background-color: #15200A;
}
.BgClassName
{
background-color: #15200A;
}
</style>
border-color css
<style>
span { border-color: #15200A; }
span { border-color: rgb(21,32,10); }
td.TdClassName
{
border-color: #15200A;
}
.TagClassName
{
border-color: #15200A;
}
</style>