Shades of Pine Tree #222F0C
Tints of Pine Tree #222F0C
RGB
CMYK
RGB Variations
Color information
#222F0C (or 0x222F0C) is known color: Pine Tree. HEX triplet: 22, 2F and 0C. RGB value is (34,47,12). Sum of RGB (Red+Green+Blue) = 34+47+12=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #222F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222F0C is #DDD0F3. Grayscale: #272727. Windows color (decimal): -14536948 or 798498. OLE color: 798498.
HSL color Cylindrical-coordinate representation of color #222F0C: hue angle of 82.29º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #222F0C is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 12 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.82 |
| HSL | 82.29º | 0.59% | 0.12% | - |
| HSV(B) | 82.29º | 0.74% | 0.18% | - |
| XYZ | 1.74 | 2.4 | 0.72 | - |
| YUV | 39.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 12 | 0.28 | 0 | 0.74 | 0.82 | 82.29 | 0.59 | 0.12 |
| Hex | 22 | 2F | C | 1C | 0 | 4A | 52 | 52 | 3B | C |
| Octal | 42 | 57 | 14 | 34 | 0 | 112 | 122 | 122 | 73 | 14 |
| Binary | 100010 | 101111 | 1100 | 11100 | 0 | 1001010 | 1010010 | 1010010 | 111011 | 1100 |
Color Harmonies of #222F0C
Complementary color
Monochromatic Colors of #222F0C
Black with #222F0C
Text Example
Text Example
White with #222F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F0C; }
p { color: rgb(34,47,12); }
H1.HeaderClassName
{
color: #222F0C;
}
.AnyTagClassName
{
color: #222F0C;
}
</style>
background-color css
<style>
a { background-color: #222F0C; }
a { background-color: rgb(34,47,12); }
div.DivClassName
{
background-color: #222F0C;
}
.BgClassName
{
background-color: #222F0C;
}
</style>
border-color css
<style>
span { border-color: #222F0C; }
span { border-color: rgb(34,47,12); }
td.TdClassName
{
border-color: #222F0C;
}
.TagClassName
{
border-color: #222F0C;
}
</style>