Shades of Pine Tree #151E05
Tints of Pine Tree #151E05
RGB
CMYK
RGB Variations
Color information
#151E05 (or 0x151E05) is known color: Pine Tree. HEX triplet: 15, 1E and 05. RGB value is (21,30,5). Sum of RGB (Red+Green+Blue) = 21+30+5=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #151E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151E05 is #EAE1FA. Grayscale: #181818. Windows color (decimal): -15393275 or 335381. OLE color: 335381.
HSL color Cylindrical-coordinate representation of color #151E05: hue angle of 81.6º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #151E05 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 30 | 5 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.88 |
| HSL | 81.6º | 0.71% | 0.07% | - |
| HSV(B) | 81.6º | 0.83% | 0.12% | - |
| XYZ | 0.8 | 1.1 | 0.31 | - |
| YUV | 24.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 5 | 0.30 | 0 | 0.83 | 0.88 | 81.6 | 0.71 | 0.07 |
| Hex | 15 | 1E | 5 | 1E | 0 | 53 | 58 | 52 | 47 | 7 |
| Octal | 25 | 36 | 5 | 36 | 0 | 123 | 130 | 122 | 107 | 7 |
| Binary | 10101 | 11110 | 101 | 11110 | 0 | 1010011 | 1011000 | 1010010 | 1000111 | 111 |
Color Harmonies of #151E05
Complementary color
Monochromatic Colors of #151E05
Black with #151E05
Text Example
Text Example
White with #151E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E05; }
p { color: rgb(21,30,5); }
H1.HeaderClassName
{
color: #151E05;
}
.AnyTagClassName
{
color: #151E05;
}
</style>
background-color css
<style>
a { background-color: #151E05; }
a { background-color: rgb(21,30,5); }
div.DivClassName
{
background-color: #151E05;
}
.BgClassName
{
background-color: #151E05;
}
</style>
border-color css
<style>
span { border-color: #151E05; }
span { border-color: rgb(21,30,5); }
td.TdClassName
{
border-color: #151E05;
}
.TagClassName
{
border-color: #151E05;
}
</style>