Shades of Pine Tree #222E04
Tints of Pine Tree #222E04
RGB
CMYK
RGB Variations
Color information
#222E04 (or 0x222E04) is known color: Pine Tree. HEX triplet: 22, 2E and 04. RGB value is (34,46,4). Sum of RGB (Red+Green+Blue) = 34+46+4=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 46 (18.36% from 255 or 54.76% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 46 - color contains mainly: green. Hex color #222E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222E04 is #DDD1FB. Grayscale: #252525. Windows color (decimal): -14537212 or 273954. OLE color: 273954.
HSL color Cylindrical-coordinate representation of color #222E04: hue angle of 77.14º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #222E04 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 46 | 4 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.82 |
| HSL | 77.14º | 0.84% | 0.1% | - |
| HSV(B) | 77.14º | 0.91% | 0.18% | - |
| XYZ | 1.66 | 2.3 | 0.47 | - |
| YUV | 37.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 4 | 0.26 | 0 | 0.91 | 0.82 | 77.14 | 0.84 | 0.1 |
| Hex | 22 | 2E | 4 | 1A | 0 | 5B | 52 | 4D | 54 | A |
| Octal | 42 | 56 | 4 | 32 | 0 | 133 | 122 | 115 | 124 | 12 |
| Binary | 100010 | 101110 | 100 | 11010 | 0 | 1011011 | 1010010 | 1001101 | 1010100 | 1010 |
Color Harmonies of #222E04
Complementary color
Monochromatic Colors of #222E04
Black with #222E04
Text Example
Text Example
White with #222E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E04; }
p { color: rgb(34,46,4); }
H1.HeaderClassName
{
color: #222E04;
}
.AnyTagClassName
{
color: #222E04;
}
</style>
background-color css
<style>
a { background-color: #222E04; }
a { background-color: rgb(34,46,4); }
div.DivClassName
{
background-color: #222E04;
}
.BgClassName
{
background-color: #222E04;
}
</style>
border-color css
<style>
span { border-color: #222E04; }
span { border-color: rgb(34,46,4); }
td.TdClassName
{
border-color: #222E04;
}
.TagClassName
{
border-color: #222E04;
}
</style>