Shades of Forest Green #227C08
Tints of Forest Green #227C08
RGB
CMYK
RGB Variations
Color information
#227C08 (or 0x227C08) is known color: Forest Green. HEX triplet: 22, 7C and 08. RGB value is (34,124,8). Sum of RGB (Red+Green+Blue) = 34+124+8=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 124 (48.83% from 255 or 74.70% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 124 - color contains mainly: green. Hex color #227C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227C08 is #DD83F7. Grayscale: #545454. Windows color (decimal): -14517240 or 556066. OLE color: 556066.
HSL color Cylindrical-coordinate representation of color #227C08: hue angle of 106.55º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #227C08 is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 124 | 8 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.51 |
| HSL | 106.55º | 0.88% | 0.26% | - |
| HSV(B) | 106.55º | 0.94% | 0.49% | - |
| XYZ | 7.91 | 14.77 | 2.66 | - |
| YUV | 83.87 | 85.18 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 8 | 0.73 | 0 | 0.94 | 0.51 | 106.55 | 0.88 | 0.26 |
| Hex | 22 | 7C | 8 | 49 | 0 | 5E | 33 | 6B | 58 | 1A |
| Octal | 42 | 174 | 10 | 111 | 0 | 136 | 63 | 153 | 130 | 32 |
| Binary | 100010 | 1111100 | 1000 | 1001001 | 0 | 1011110 | 110011 | 1101011 | 1011000 | 11010 |
Color Harmonies of #227C08
Complementary color
Monochromatic Colors of #227C08
Black with #227C08
Text Example
Text Example
White with #227C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227C08; }
p { color: rgb(34,124,8); }
H1.HeaderClassName
{
color: #227C08;
}
.AnyTagClassName
{
color: #227C08;
}
</style>
background-color css
<style>
a { background-color: #227C08; }
a { background-color: rgb(34,124,8); }
div.DivClassName
{
background-color: #227C08;
}
.BgClassName
{
background-color: #227C08;
}
</style>
border-color css
<style>
span { border-color: #227C08; }
span { border-color: rgb(34,124,8); }
td.TdClassName
{
border-color: #227C08;
}
.TagClassName
{
border-color: #227C08;
}
</style>