Shades of Pine Tree #152306
Tints of Pine Tree #152306
RGB
CMYK
RGB Variations
Color information
#152306 (or 0x152306) is known color: Pine Tree. HEX triplet: 15, 23 and 06. RGB value is (21,35,6). Sum of RGB (Red+Green+Blue) = 21+35+6=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #152306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152306 is #EADCF9. Grayscale: #1B1B1B. Windows color (decimal): -15391994 or 402197. OLE color: 402197.
HSL color Cylindrical-coordinate representation of color #152306: hue angle of 88.97º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #152306 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 35 | 6 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.86 |
| HSL | 88.97º | 0.71% | 0.08% | - |
| HSV(B) | 88.97º | 0.83% | 0.14% | - |
| XYZ | 0.94 | 1.37 | 0.39 | - |
| YUV | 27.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 6 | 0.40 | 0 | 0.83 | 0.86 | 88.97 | 0.71 | 0.08 |
| Hex | 15 | 23 | 6 | 28 | 0 | 53 | 56 | 59 | 47 | 8 |
| Octal | 25 | 43 | 6 | 50 | 0 | 123 | 126 | 131 | 107 | 10 |
| Binary | 10101 | 100011 | 110 | 101000 | 0 | 1010011 | 1010110 | 1011001 | 1000111 | 1000 |
Color Harmonies of #152306
Complementary color
Monochromatic Colors of #152306
Black with #152306
Text Example
Text Example
White with #152306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152306; }
p { color: rgb(21,35,6); }
H1.HeaderClassName
{
color: #152306;
}
.AnyTagClassName
{
color: #152306;
}
</style>
background-color css
<style>
a { background-color: #152306; }
a { background-color: rgb(21,35,6); }
div.DivClassName
{
background-color: #152306;
}
.BgClassName
{
background-color: #152306;
}
</style>
border-color css
<style>
span { border-color: #152306; }
span { border-color: rgb(21,35,6); }
td.TdClassName
{
border-color: #152306;
}
.TagClassName
{
border-color: #152306;
}
</style>