Shades of Pine Tree #161E05
Tints of Pine Tree #161E05
RGB
CMYK
RGB Variations
Color information
#161E05 (or 0x161E05) is known color: Pine Tree. HEX triplet: 16, 1E and 05. RGB value is (22,30,5). Sum of RGB (Red+Green+Blue) = 22+30+5=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #161E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E05 is #E9E1FA. Grayscale: #181818. Windows color (decimal): -15327739 or 335382. OLE color: 335382.
HSL color Cylindrical-coordinate representation of color #161E05: hue angle of 79.2º 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 #161E05 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 30 | 5 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.88 |
| HSL | 79.2º | 0.71% | 0.07% | - |
| HSV(B) | 79.2º | 0.83% | 0.12% | - |
| XYZ | 0.82 | 1.11 | 0.31 | - |
| YUV | 24.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 5 | 0.27 | 0 | 0.83 | 0.88 | 79.2 | 0.71 | 0.07 |
| Hex | 16 | 1E | 5 | 1B | 0 | 53 | 58 | 4F | 47 | 7 |
| Octal | 26 | 36 | 5 | 33 | 0 | 123 | 130 | 117 | 107 | 7 |
| Binary | 10110 | 11110 | 101 | 11011 | 0 | 1010011 | 1011000 | 1001111 | 1000111 | 111 |
Color Harmonies of #161E05
Complementary color
Monochromatic Colors of #161E05
Black with #161E05
Text Example
Text Example
White with #161E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E05; }
p { color: rgb(22,30,5); }
H1.HeaderClassName
{
color: #161E05;
}
.AnyTagClassName
{
color: #161E05;
}
</style>
background-color css
<style>
a { background-color: #161E05; }
a { background-color: rgb(22,30,5); }
div.DivClassName
{
background-color: #161E05;
}
.BgClassName
{
background-color: #161E05;
}
</style>
border-color css
<style>
span { border-color: #161E05; }
span { border-color: rgb(22,30,5); }
td.TdClassName
{
border-color: #161E05;
}
.TagClassName
{
border-color: #161E05;
}
</style>