Shades of Pine Tree #162501
Tints of Pine Tree #162501
RGB
CMYK
RGB Variations
Color information
#162501 (or 0x162501) is known color: Pine Tree. HEX triplet: 16, 25 and 01. RGB value is (22,37,1). Sum of RGB (Red+Green+Blue) = 22+37+1=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #162501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162501 is #E9DAFE. Grayscale: #1C1C1C. Windows color (decimal): -15325951 or 75030. OLE color: 75030.
HSL color Cylindrical-coordinate representation of color #162501: hue angle of 85º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #162501 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 37 | 1 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.85 |
| HSL | 85º | 0.95% | 0.07% | - |
| HSV(B) | 85º | 0.97% | 0.15% | - |
| XYZ | 1 | 1.5 | 0.26 | - |
| YUV | 28.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 1 | 0.41 | 0 | 0.97 | 0.85 | 85 | 0.95 | 0.07 |
| Hex | 16 | 25 | 1 | 29 | 0 | 61 | 55 | 55 | 5F | 7 |
| Octal | 26 | 45 | 1 | 51 | 0 | 141 | 125 | 125 | 137 | 7 |
| Binary | 10110 | 100101 | 1 | 101001 | 0 | 1100001 | 1010101 | 1010101 | 1011111 | 111 |
Color Harmonies of #162501
Complementary color
Monochromatic Colors of #162501
Black with #162501
Text Example
Text Example
White with #162501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162501; }
p { color: rgb(22,37,1); }
H1.HeaderClassName
{
color: #162501;
}
.AnyTagClassName
{
color: #162501;
}
</style>
background-color css
<style>
a { background-color: #162501; }
a { background-color: rgb(22,37,1); }
div.DivClassName
{
background-color: #162501;
}
.BgClassName
{
background-color: #162501;
}
</style>
border-color css
<style>
span { border-color: #162501; }
span { border-color: rgb(22,37,1); }
td.TdClassName
{
border-color: #162501;
}
.TagClassName
{
border-color: #162501;
}
</style>