Shades of Pine Tree #152F03
Tints of Pine Tree #152F03
RGB
CMYK
RGB Variations
Color information
#152F03 (or 0x152F03) is known color: Pine Tree. HEX triplet: 15, 2F and 03. RGB value is (21,47,3). Sum of RGB (Red+Green+Blue) = 21+47+3=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 47 (18.75% from 255 or 66.20% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 47 - color contains mainly: green. Hex color #152F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152F03 is #EAD0FC. Grayscale: #222222. Windows color (decimal): -15388925 or 208661. OLE color: 208661.
HSL color Cylindrical-coordinate representation of color #152F03: hue angle of 95.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #152F03 is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 47 | 3 | - |
| CMYK | 0.55 | 0 | 0.94 | 0.82 |
| HSL | 95.45º | 0.88% | 0.1% | - |
| HSV(B) | 95.45º | 0.94% | 0.18% | - |
| XYZ | 1.34 | 2.2 | 0.44 | - |
| YUV | 34.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 3 | 0.55 | 0 | 0.94 | 0.82 | 95.45 | 0.88 | 0.1 |
| Hex | 15 | 2F | 3 | 37 | 0 | 5E | 52 | 5F | 58 | A |
| Octal | 25 | 57 | 3 | 67 | 0 | 136 | 122 | 137 | 130 | 12 |
| Binary | 10101 | 101111 | 11 | 110111 | 0 | 1011110 | 1010010 | 1011111 | 1011000 | 1010 |
Color Harmonies of #152F03
Complementary color
Monochromatic Colors of #152F03
Black with #152F03
Text Example
Text Example
White with #152F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F03; }
p { color: rgb(21,47,3); }
H1.HeaderClassName
{
color: #152F03;
}
.AnyTagClassName
{
color: #152F03;
}
</style>
background-color css
<style>
a { background-color: #152F03; }
a { background-color: rgb(21,47,3); }
div.DivClassName
{
background-color: #152F03;
}
.BgClassName
{
background-color: #152F03;
}
</style>
border-color css
<style>
span { border-color: #152F03; }
span { border-color: rgb(21,47,3); }
td.TdClassName
{
border-color: #152F03;
}
.TagClassName
{
border-color: #152F03;
}
</style>