Shades of Pine Tree #162B07
Tints of Pine Tree #162B07
RGB
CMYK
RGB Variations
Color information
#162B07 (or 0x162B07) is known color: Pine Tree. HEX triplet: 16, 2B and 07. RGB value is (22,43,7). Sum of RGB (Red+Green+Blue) = 22+43+7=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 43 (17.19% from 255 or 59.72% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 43 - color contains mainly: green. Hex color #162B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162B07 is #E9D4F8. Grayscale: #202020. Windows color (decimal): -15324409 or 469782. OLE color: 469782.
HSL color Cylindrical-coordinate representation of color #162B07: hue angle of 95º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #162B07 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 22 | 43 | 7 | - |
| CMYK | 0.49 | 0 | 0.84 | 0.83 |
| HSL | 95º | 0.72% | 0.1% | - |
| HSV(B) | 95º | 0.84% | 0.17% | - |
| XYZ | 1.23 | 1.91 | 0.51 | - |
| YUV | 32.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 7 | 0.49 | 0 | 0.84 | 0.83 | 95 | 0.72 | 0.1 |
| Hex | 16 | 2B | 7 | 31 | 0 | 54 | 53 | 5F | 48 | A |
| Octal | 26 | 53 | 7 | 61 | 0 | 124 | 123 | 137 | 110 | 12 |
| Binary | 10110 | 101011 | 111 | 110001 | 0 | 1010100 | 1010011 | 1011111 | 1001000 | 1010 |
Color Harmonies of #162B07
Complementary color
Monochromatic Colors of #162B07
Black with #162B07
Text Example
Text Example
White with #162B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162B07; }
p { color: rgb(22,43,7); }
H1.HeaderClassName
{
color: #162B07;
}
.AnyTagClassName
{
color: #162B07;
}
</style>
background-color css
<style>
a { background-color: #162B07; }
a { background-color: rgb(22,43,7); }
div.DivClassName
{
background-color: #162B07;
}
.BgClassName
{
background-color: #162B07;
}
</style>
border-color css
<style>
span { border-color: #162B07; }
span { border-color: rgb(22,43,7); }
td.TdClassName
{
border-color: #162B07;
}
.TagClassName
{
border-color: #162B07;
}
</style>