Shades of Pine Tree #152409
Tints of Pine Tree #152409
RGB
CMYK
RGB Variations
Color information
#152409 (or 0x152409) is known color: Pine Tree. HEX triplet: 15, 24 and 09. RGB value is (21,36,9). Sum of RGB (Red+Green+Blue) = 21+36+9=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 36 (14.45% from 255 or 54.55% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 36 - color contains mainly: green. Hex color #152409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152409 is #EADBF6. Grayscale: #1C1C1C. Windows color (decimal): -15391735 or 599061. OLE color: 599061.
HSL color Cylindrical-coordinate representation of color #152409: hue angle of 93.33º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152409 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 36 | 9 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.86 |
| HSL | 93.33º | 0.6% | 0.09% | - |
| HSV(B) | 93.33º | 0.75% | 0.14% | - |
| XYZ | 0.99 | 1.44 | 0.48 | - |
| YUV | 28.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 9 | 0.42 | 0 | 0.75 | 0.86 | 93.33 | 0.6 | 0.09 |
| Hex | 15 | 24 | 9 | 2A | 0 | 4B | 56 | 5D | 3C | 9 |
| Octal | 25 | 44 | 11 | 52 | 0 | 113 | 126 | 135 | 74 | 11 |
| Binary | 10101 | 100100 | 1001 | 101010 | 0 | 1001011 | 1010110 | 1011101 | 111100 | 1001 |
Color Harmonies of #152409
Complementary color
Monochromatic Colors of #152409
Black with #152409
Text Example
Text Example
White with #152409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152409; }
p { color: rgb(21,36,9); }
H1.HeaderClassName
{
color: #152409;
}
.AnyTagClassName
{
color: #152409;
}
</style>
background-color css
<style>
a { background-color: #152409; }
a { background-color: rgb(21,36,9); }
div.DivClassName
{
background-color: #152409;
}
.BgClassName
{
background-color: #152409;
}
</style>
border-color css
<style>
span { border-color: #152409; }
span { border-color: rgb(21,36,9); }
td.TdClassName
{
border-color: #152409;
}
.TagClassName
{
border-color: #152409;
}
</style>