Shades of Pine Tree #222E09
Tints of Pine Tree #222E09
RGB
CMYK
RGB Variations
Color information
#222E09 (or 0x222E09) is known color: Pine Tree. HEX triplet: 22, 2E and 09. RGB value is (34,46,9). Sum of RGB (Red+Green+Blue) = 34+46+9=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #222E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222E09 is #DDD1F6. Grayscale: #262626. Windows color (decimal): -14537207 or 601634. OLE color: 601634.
HSL color Cylindrical-coordinate representation of color #222E09: hue angle of 79.46º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #222E09 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 46 | 9 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.82 |
| HSL | 79.46º | 0.67% | 0.11% | - |
| HSV(B) | 79.46º | 0.8% | 0.18% | - |
| XYZ | 1.69 | 2.31 | 0.62 | - |
| YUV | 38.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 9 | 0.26 | 0 | 0.80 | 0.82 | 79.46 | 0.67 | 0.11 |
| Hex | 22 | 2E | 9 | 1A | 0 | 50 | 52 | 4F | 43 | B |
| Octal | 42 | 56 | 11 | 32 | 0 | 120 | 122 | 117 | 103 | 13 |
| Binary | 100010 | 101110 | 1001 | 11010 | 0 | 1010000 | 1010010 | 1001111 | 1000011 | 1011 |
Color Harmonies of #222E09
Complementary color
Monochromatic Colors of #222E09
Black with #222E09
Text Example
Text Example
White with #222E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E09; }
p { color: rgb(34,46,9); }
H1.HeaderClassName
{
color: #222E09;
}
.AnyTagClassName
{
color: #222E09;
}
</style>
background-color css
<style>
a { background-color: #222E09; }
a { background-color: rgb(34,46,9); }
div.DivClassName
{
background-color: #222E09;
}
.BgClassName
{
background-color: #222E09;
}
</style>
border-color css
<style>
span { border-color: #222E09; }
span { border-color: rgb(34,46,9); }
td.TdClassName
{
border-color: #222E09;
}
.TagClassName
{
border-color: #222E09;
}
</style>