Shades of Pine Tree #152D04
Tints of Pine Tree #152D04
RGB
CMYK
RGB Variations
Color information
#152D04 (or 0x152D04) is known color: Pine Tree. HEX triplet: 15, 2D and 04. RGB value is (21,45,4). Sum of RGB (Red+Green+Blue) = 21+45+4=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 45 (17.97% from 255 or 64.29% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 45 - color contains mainly: green. Hex color #152D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152D04 is #EAD2FB. Grayscale: #212121. Windows color (decimal): -15389436 or 273685. OLE color: 273685.
HSL color Cylindrical-coordinate representation of color #152D04: hue angle of 95.12º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152D04 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 45 | 4 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.82 |
| HSL | 95.12º | 0.84% | 0.1% | - |
| HSV(B) | 95.12º | 0.91% | 0.18% | - |
| XYZ | 1.27 | 2.04 | 0.44 | - |
| YUV | 33.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 4 | 0.53 | 0 | 0.91 | 0.82 | 95.12 | 0.84 | 0.1 |
| Hex | 15 | 2D | 4 | 35 | 0 | 5B | 52 | 5F | 54 | A |
| Octal | 25 | 55 | 4 | 65 | 0 | 133 | 122 | 137 | 124 | 12 |
| Binary | 10101 | 101101 | 100 | 110101 | 0 | 1011011 | 1010010 | 1011111 | 1010100 | 1010 |
Color Harmonies of #152D04
Complementary color
Monochromatic Colors of #152D04
Black with #152D04
Text Example
Text Example
White with #152D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D04; }
p { color: rgb(21,45,4); }
H1.HeaderClassName
{
color: #152D04;
}
.AnyTagClassName
{
color: #152D04;
}
</style>
background-color css
<style>
a { background-color: #152D04; }
a { background-color: rgb(21,45,4); }
div.DivClassName
{
background-color: #152D04;
}
.BgClassName
{
background-color: #152D04;
}
</style>
border-color css
<style>
span { border-color: #152D04; }
span { border-color: rgb(21,45,4); }
td.TdClassName
{
border-color: #152D04;
}
.TagClassName
{
border-color: #152D04;
}
</style>