Shades of Pine Tree #152F04
Tints of Pine Tree #152F04
RGB
CMYK
RGB Variations
Color information
#152F04 (or 0x152F04) is known color: Pine Tree. HEX triplet: 15, 2F and 04. RGB value is (21,47,4). Sum of RGB (Red+Green+Blue) = 21+47+4=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 47 (18.75% from 255 or 65.28% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 47 - color contains mainly: green. Hex color #152F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152F04 is #EAD0FB. Grayscale: #222222. Windows color (decimal): -15388924 or 274197. OLE color: 274197.
HSL color Cylindrical-coordinate representation of color #152F04: hue angle of 96.28º 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 #152F04 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 47 | 4 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.82 |
| HSL | 96.28º | 0.84% | 0.1% | - |
| HSV(B) | 96.28º | 0.91% | 0.18% | - |
| XYZ | 1.35 | 2.2 | 0.47 | - |
| YUV | 34.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 4 | 0.55 | 0 | 0.91 | 0.82 | 96.28 | 0.84 | 0.1 |
| Hex | 15 | 2F | 4 | 37 | 0 | 5B | 52 | 60 | 54 | A |
| Octal | 25 | 57 | 4 | 67 | 0 | 133 | 122 | 140 | 124 | 12 |
| Binary | 10101 | 101111 | 100 | 110111 | 0 | 1011011 | 1010010 | 1100000 | 1010100 | 1010 |
Color Harmonies of #152F04
Complementary color
Monochromatic Colors of #152F04
Black with #152F04
Text Example
Text Example
White with #152F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F04; }
p { color: rgb(21,47,4); }
H1.HeaderClassName
{
color: #152F04;
}
.AnyTagClassName
{
color: #152F04;
}
</style>
background-color css
<style>
a { background-color: #152F04; }
a { background-color: rgb(21,47,4); }
div.DivClassName
{
background-color: #152F04;
}
.BgClassName
{
background-color: #152F04;
}
</style>
border-color css
<style>
span { border-color: #152F04; }
span { border-color: rgb(21,47,4); }
td.TdClassName
{
border-color: #152F04;
}
.TagClassName
{
border-color: #152F04;
}
</style>