Shades of Pine Tree #152402
Tints of Pine Tree #152402
RGB
CMYK
RGB Variations
Color information
#152402 (or 0x152402) is known color: Pine Tree. HEX triplet: 15, 24 and 02. RGB value is (21,36,2). Sum of RGB (Red+Green+Blue) = 21+36+2=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #152402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152402 is #EADBFD. Grayscale: #1B1B1B. Windows color (decimal): -15391742 or 140309. OLE color: 140309.
HSL color Cylindrical-coordinate representation of color #152402: hue angle of 86.47º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #152402 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 36 | 2 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.86 |
| HSL | 86.47º | 0.89% | 0.07% | - |
| HSV(B) | 86.47º | 0.94% | 0.14% | - |
| XYZ | 0.95 | 1.43 | 0.28 | - |
| YUV | 27.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 2 | 0.42 | 0 | 0.94 | 0.86 | 86.47 | 0.89 | 0.07 |
| Hex | 15 | 24 | 2 | 2A | 0 | 5E | 56 | 56 | 59 | 7 |
| Octal | 25 | 44 | 2 | 52 | 0 | 136 | 126 | 126 | 131 | 7 |
| Binary | 10101 | 100100 | 10 | 101010 | 0 | 1011110 | 1010110 | 1010110 | 1011001 | 111 |
Color Harmonies of #152402
Complementary color
Monochromatic Colors of #152402
Black with #152402
Text Example
Text Example
White with #152402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152402; }
p { color: rgb(21,36,2); }
H1.HeaderClassName
{
color: #152402;
}
.AnyTagClassName
{
color: #152402;
}
</style>
background-color css
<style>
a { background-color: #152402; }
a { background-color: rgb(21,36,2); }
div.DivClassName
{
background-color: #152402;
}
.BgClassName
{
background-color: #152402;
}
</style>
border-color css
<style>
span { border-color: #152402; }
span { border-color: rgb(21,36,2); }
td.TdClassName
{
border-color: #152402;
}
.TagClassName
{
border-color: #152402;
}
</style>