Shades of Pine Tree #152E03
Tints of Pine Tree #152E03
RGB
CMYK
RGB Variations
Color information
#152E03 (or 0x152E03) is known color: Pine Tree. HEX triplet: 15, 2E and 03. RGB value is (21,46,3). Sum of RGB (Red+Green+Blue) = 21+46+3=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 46 (18.36% from 255 or 65.71% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 46 - color contains mainly: green. Hex color #152E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152E03 is #EAD1FC. Grayscale: #212121. Windows color (decimal): -15389181 or 208405. OLE color: 208405.
HSL color Cylindrical-coordinate representation of color #152E03: hue angle of 94.88º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #152E03 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 46 | 3 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.82 |
| HSL | 94.88º | 0.88% | 0.1% | - |
| HSV(B) | 94.88º | 0.93% | 0.18% | - |
| XYZ | 1.3 | 2.12 | 0.43 | - |
| YUV | 33.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 3 | 0.54 | 0 | 0.93 | 0.82 | 94.88 | 0.88 | 0.1 |
| Hex | 15 | 2E | 3 | 36 | 0 | 5D | 52 | 5F | 58 | A |
| Octal | 25 | 56 | 3 | 66 | 0 | 135 | 122 | 137 | 130 | 12 |
| Binary | 10101 | 101110 | 11 | 110110 | 0 | 1011101 | 1010010 | 1011111 | 1011000 | 1010 |
Color Harmonies of #152E03
Complementary color
Monochromatic Colors of #152E03
Black with #152E03
Text Example
Text Example
White with #152E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152E03; }
p { color: rgb(21,46,3); }
H1.HeaderClassName
{
color: #152E03;
}
.AnyTagClassName
{
color: #152E03;
}
</style>
background-color css
<style>
a { background-color: #152E03; }
a { background-color: rgb(21,46,3); }
div.DivClassName
{
background-color: #152E03;
}
.BgClassName
{
background-color: #152E03;
}
</style>
border-color css
<style>
span { border-color: #152E03; }
span { border-color: rgb(21,46,3); }
td.TdClassName
{
border-color: #152E03;
}
.TagClassName
{
border-color: #152E03;
}
</style>