Shades of Pine Tree #222D08
Tints of Pine Tree #222D08
RGB
CMYK
RGB Variations
Color information
#222D08 (or 0x222D08) is known color: Pine Tree. HEX triplet: 22, 2D and 08. RGB value is (34,45,8). Sum of RGB (Red+Green+Blue) = 34+45+8=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 45 (17.97% from 255 or 51.72% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 45 - color contains mainly: green. Hex color #222D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222D08 is #DDD2F7. Grayscale: #252525. Windows color (decimal): -14537464 or 535842. OLE color: 535842.
HSL color Cylindrical-coordinate representation of color #222D08: hue angle of 77.84º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #222D08 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 45 | 8 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.82 |
| HSL | 77.84º | 0.7% | 0.1% | - |
| HSV(B) | 77.84º | 0.82% | 0.18% | - |
| XYZ | 1.64 | 2.23 | 0.57 | - |
| YUV | 37.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 8 | 0.24 | 0 | 0.82 | 0.82 | 77.84 | 0.7 | 0.1 |
| Hex | 22 | 2D | 8 | 18 | 0 | 52 | 52 | 4E | 46 | A |
| Octal | 42 | 55 | 10 | 30 | 0 | 122 | 122 | 116 | 106 | 12 |
| Binary | 100010 | 101101 | 1000 | 11000 | 0 | 1010010 | 1010010 | 1001110 | 1000110 | 1010 |
Color Harmonies of #222D08
Complementary color
Monochromatic Colors of #222D08
Black with #222D08
Text Example
Text Example
White with #222D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D08; }
p { color: rgb(34,45,8); }
H1.HeaderClassName
{
color: #222D08;
}
.AnyTagClassName
{
color: #222D08;
}
</style>
background-color css
<style>
a { background-color: #222D08; }
a { background-color: rgb(34,45,8); }
div.DivClassName
{
background-color: #222D08;
}
.BgClassName
{
background-color: #222D08;
}
</style>
border-color css
<style>
span { border-color: #222D08; }
span { border-color: rgb(34,45,8); }
td.TdClassName
{
border-color: #222D08;
}
.TagClassName
{
border-color: #222D08;
}
</style>