Shades of Pine Tree #152C03
Tints of Pine Tree #152C03
RGB
CMYK
RGB Variations
Color information
#152C03 (or 0x152C03) is known color: Pine Tree. HEX triplet: 15, 2C and 03. RGB value is (21,44,3). Sum of RGB (Red+Green+Blue) = 21+44+3=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 44 (17.58% from 255 or 64.71% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 44 - color contains mainly: green. Hex color #152C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152C03 is #EAD3FC. Grayscale: #202020. Windows color (decimal): -15389693 or 207893. OLE color: 207893.
HSL color Cylindrical-coordinate representation of color #152C03: hue angle of 93.66º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #152C03 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 44 | 3 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.83 |
| HSL | 93.66º | 0.87% | 0.09% | - |
| HSV(B) | 93.66º | 0.93% | 0.17% | - |
| XYZ | 1.23 | 1.97 | 0.4 | - |
| YUV | 32.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 3 | 0.52 | 0 | 0.93 | 0.83 | 93.66 | 0.87 | 0.09 |
| Hex | 15 | 2C | 3 | 34 | 0 | 5D | 53 | 5E | 57 | 9 |
| Octal | 25 | 54 | 3 | 64 | 0 | 135 | 123 | 136 | 127 | 11 |
| Binary | 10101 | 101100 | 11 | 110100 | 0 | 1011101 | 1010011 | 1011110 | 1010111 | 1001 |
Color Harmonies of #152C03
Complementary color
Monochromatic Colors of #152C03
Black with #152C03
Text Example
Text Example
White with #152C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C03; }
p { color: rgb(21,44,3); }
H1.HeaderClassName
{
color: #152C03;
}
.AnyTagClassName
{
color: #152C03;
}
</style>
background-color css
<style>
a { background-color: #152C03; }
a { background-color: rgb(21,44,3); }
div.DivClassName
{
background-color: #152C03;
}
.BgClassName
{
background-color: #152C03;
}
</style>
border-color css
<style>
span { border-color: #152C03; }
span { border-color: rgb(21,44,3); }
td.TdClassName
{
border-color: #152C03;
}
.TagClassName
{
border-color: #152C03;
}
</style>