Shades of Pine Tree #222F07
Tints of Pine Tree #222F07
RGB
CMYK
RGB Variations
Color information
#222F07 (or 0x222F07) is known color: Pine Tree. HEX triplet: 22, 2F and 07. RGB value is (34,47,7). Sum of RGB (Red+Green+Blue) = 34+47+7=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 47 (18.75% from 255 or 53.41% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 47 - color contains mainly: green. Hex color #222F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222F07 is #DDD0F8. Grayscale: #262626. Windows color (decimal): -14536953 or 470818. OLE color: 470818.
HSL color Cylindrical-coordinate representation of color #222F07: hue angle of 79.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222F07 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 7 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.82 |
| HSL | 79.5º | 0.74% | 0.11% | - |
| HSV(B) | 79.5º | 0.85% | 0.18% | - |
| XYZ | 1.71 | 2.39 | 0.57 | - |
| YUV | 38.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 7 | 0.28 | 0 | 0.85 | 0.82 | 79.5 | 0.74 | 0.11 |
| Hex | 22 | 2F | 7 | 1C | 0 | 55 | 52 | 50 | 4A | B |
| Octal | 42 | 57 | 7 | 34 | 0 | 125 | 122 | 120 | 112 | 13 |
| Binary | 100010 | 101111 | 111 | 11100 | 0 | 1010101 | 1010010 | 1010000 | 1001010 | 1011 |
Color Harmonies of #222F07
Complementary color
Monochromatic Colors of #222F07
Black with #222F07
Text Example
Text Example
White with #222F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F07; }
p { color: rgb(34,47,7); }
H1.HeaderClassName
{
color: #222F07;
}
.AnyTagClassName
{
color: #222F07;
}
</style>
background-color css
<style>
a { background-color: #222F07; }
a { background-color: rgb(34,47,7); }
div.DivClassName
{
background-color: #222F07;
}
.BgClassName
{
background-color: #222F07;
}
</style>
border-color css
<style>
span { border-color: #222F07; }
span { border-color: rgb(34,47,7); }
td.TdClassName
{
border-color: #222F07;
}
.TagClassName
{
border-color: #222F07;
}
</style>