Shades of Pine Tree #162203
Tints of Pine Tree #162203
RGB
CMYK
RGB Variations
Color information
#162203 (or 0x162203) is known color: Pine Tree. HEX triplet: 16, 22 and 03. RGB value is (22,34,3). Sum of RGB (Red+Green+Blue) = 22+34+3=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 34 (13.67% from 255 or 57.63% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 34 - color contains mainly: green. Hex color #162203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162203 is #E9DDFC. Grayscale: #1A1A1A. Windows color (decimal): -15326717 or 205334. OLE color: 205334.
HSL color Cylindrical-coordinate representation of color #162203: hue angle of 83.23º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #162203 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 34 | 3 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.87 |
| HSL | 83.23º | 0.84% | 0.07% | - |
| HSV(B) | 83.23º | 0.91% | 0.13% | - |
| XYZ | 0.92 | 1.32 | 0.29 | - |
| YUV | 26.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 3 | 0.35 | 0 | 0.91 | 0.87 | 83.23 | 0.84 | 0.07 |
| Hex | 16 | 22 | 3 | 23 | 0 | 5B | 57 | 53 | 54 | 7 |
| Octal | 26 | 42 | 3 | 43 | 0 | 133 | 127 | 123 | 124 | 7 |
| Binary | 10110 | 100010 | 11 | 100011 | 0 | 1011011 | 1010111 | 1010011 | 1010100 | 111 |
Color Harmonies of #162203
Complementary color
Monochromatic Colors of #162203
Black with #162203
Text Example
Text Example
White with #162203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162203; }
p { color: rgb(22,34,3); }
H1.HeaderClassName
{
color: #162203;
}
.AnyTagClassName
{
color: #162203;
}
</style>
background-color css
<style>
a { background-color: #162203; }
a { background-color: rgb(22,34,3); }
div.DivClassName
{
background-color: #162203;
}
.BgClassName
{
background-color: #162203;
}
</style>
border-color css
<style>
span { border-color: #162203; }
span { border-color: rgb(22,34,3); }
td.TdClassName
{
border-color: #162203;
}
.TagClassName
{
border-color: #162203;
}
</style>