Shades of Pine Tree #152909
Tints of Pine Tree #152909
RGB
CMYK
RGB Variations
Color information
#152909 (or 0x152909) is known color: Pine Tree. HEX triplet: 15, 29 and 09. RGB value is (21,41,9). Sum of RGB (Red+Green+Blue) = 21+41+9=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #152909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152909 is #EAD6F6. Grayscale: #1F1F1F. Windows color (decimal): -15390455 or 600341. OLE color: 600341.
HSL color Cylindrical-coordinate representation of color #152909: hue angle of 97.5º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152909 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 41 | 9 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.84 |
| HSL | 97.5º | 0.64% | 0.1% | - |
| HSV(B) | 97.5º | 0.78% | 0.16% | - |
| XYZ | 1.15 | 1.77 | 0.54 | - |
| YUV | 31.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 9 | 0.49 | 0 | 0.78 | 0.84 | 97.5 | 0.64 | 0.1 |
| Hex | 15 | 29 | 9 | 31 | 0 | 4E | 54 | 62 | 40 | A |
| Octal | 25 | 51 | 11 | 61 | 0 | 116 | 124 | 142 | 100 | 12 |
| Binary | 10101 | 101001 | 1001 | 110001 | 0 | 1001110 | 1010100 | 1100010 | 1000000 | 1010 |
Color Harmonies of #152909
Complementary color
Monochromatic Colors of #152909
Black with #152909
Text Example
Text Example
White with #152909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152909; }
p { color: rgb(21,41,9); }
H1.HeaderClassName
{
color: #152909;
}
.AnyTagClassName
{
color: #152909;
}
</style>
background-color css
<style>
a { background-color: #152909; }
a { background-color: rgb(21,41,9); }
div.DivClassName
{
background-color: #152909;
}
.BgClassName
{
background-color: #152909;
}
</style>
border-color css
<style>
span { border-color: #152909; }
span { border-color: rgb(21,41,9); }
td.TdClassName
{
border-color: #152909;
}
.TagClassName
{
border-color: #152909;
}
</style>