Shades of Pine Tree #152C08
Tints of Pine Tree #152C08
RGB
CMYK
RGB Variations
Color information
#152C08 (or 0x152C08) is known color: Pine Tree. HEX triplet: 15, 2C and 08. RGB value is (21,44,8). Sum of RGB (Red+Green+Blue) = 21+44+8=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 44 (17.58% from 255 or 60.27% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 44 - color contains mainly: green. Hex color #152C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152C08 is #EAD3F7. Grayscale: #212121. Windows color (decimal): -15389688 or 535573. OLE color: 535573.
HSL color Cylindrical-coordinate representation of color #152C08: hue angle of 98.33º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152C08 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 44 | 8 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.83 |
| HSL | 98.33º | 0.69% | 0.1% | - |
| HSV(B) | 98.33º | 0.82% | 0.17% | - |
| XYZ | 1.25 | 1.98 | 0.55 | - |
| YUV | 33.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 8 | 0.52 | 0 | 0.82 | 0.83 | 98.33 | 0.69 | 0.1 |
| Hex | 15 | 2C | 8 | 34 | 0 | 52 | 53 | 62 | 45 | A |
| Octal | 25 | 54 | 10 | 64 | 0 | 122 | 123 | 142 | 105 | 12 |
| Binary | 10101 | 101100 | 1000 | 110100 | 0 | 1010010 | 1010011 | 1100010 | 1000101 | 1010 |
Color Harmonies of #152C08
Complementary color
Monochromatic Colors of #152C08
Black with #152C08
Text Example
Text Example
White with #152C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C08; }
p { color: rgb(21,44,8); }
H1.HeaderClassName
{
color: #152C08;
}
.AnyTagClassName
{
color: #152C08;
}
</style>
background-color css
<style>
a { background-color: #152C08; }
a { background-color: rgb(21,44,8); }
div.DivClassName
{
background-color: #152C08;
}
.BgClassName
{
background-color: #152C08;
}
</style>
border-color css
<style>
span { border-color: #152C08; }
span { border-color: rgb(21,44,8); }
td.TdClassName
{
border-color: #152C08;
}
.TagClassName
{
border-color: #152C08;
}
</style>