Shades of Pine Tree #152206
Tints of Pine Tree #152206
RGB
CMYK
RGB Variations
Color information
#152206 (or 0x152206) is known color: Pine Tree. HEX triplet: 15, 22 and 06. RGB value is (21,34,6). Sum of RGB (Red+Green+Blue) = 21+34+6=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #152206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152206 is #EADDF9. Grayscale: #1B1B1B. Windows color (decimal): -15392250 or 401941. OLE color: 401941.
HSL color Cylindrical-coordinate representation of color #152206: hue angle of 87.86º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152206 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 34 | 6 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.87 |
| HSL | 87.86º | 0.7% | 0.08% | - |
| HSV(B) | 87.86º | 0.82% | 0.13% | - |
| XYZ | 0.91 | 1.32 | 0.38 | - |
| YUV | 26.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 6 | 0.38 | 0 | 0.82 | 0.87 | 87.86 | 0.7 | 0.08 |
| Hex | 15 | 22 | 6 | 26 | 0 | 52 | 57 | 58 | 46 | 8 |
| Octal | 25 | 42 | 6 | 46 | 0 | 122 | 127 | 130 | 106 | 10 |
| Binary | 10101 | 100010 | 110 | 100110 | 0 | 1010010 | 1010111 | 1011000 | 1000110 | 1000 |
Color Harmonies of #152206
Complementary color
Monochromatic Colors of #152206
Black with #152206
Text Example
Text Example
White with #152206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152206; }
p { color: rgb(21,34,6); }
H1.HeaderClassName
{
color: #152206;
}
.AnyTagClassName
{
color: #152206;
}
</style>
background-color css
<style>
a { background-color: #152206; }
a { background-color: rgb(21,34,6); }
div.DivClassName
{
background-color: #152206;
}
.BgClassName
{
background-color: #152206;
}
</style>
border-color css
<style>
span { border-color: #152206; }
span { border-color: rgb(21,34,6); }
td.TdClassName
{
border-color: #152206;
}
.TagClassName
{
border-color: #152206;
}
</style>