Shades of Forest Green #227C06
Tints of Forest Green #227C06
RGB
CMYK
RGB Variations
Color information
#227C06 (or 0x227C06) is known color: Forest Green. HEX triplet: 22, 7C and 06. RGB value is (34,124,6). Sum of RGB (Red+Green+Blue) = 34+124+6=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 124 (48.83% from 255 or 75.61% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 124 - color contains mainly: green. Hex color #227C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227C06 is #DD83F9. Grayscale: #545454. Windows color (decimal): -14517242 or 424994. OLE color: 424994.
HSL color Cylindrical-coordinate representation of color #227C06: hue angle of 105.76º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #227C06 is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 124 | 6 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.51 |
| HSL | 105.76º | 0.91% | 0.25% | - |
| HSV(B) | 105.76º | 0.95% | 0.49% | - |
| XYZ | 7.9 | 14.77 | 2.61 | - |
| YUV | 83.64 | 84.18 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 6 | 0.73 | 0 | 0.95 | 0.51 | 105.76 | 0.91 | 0.25 |
| Hex | 22 | 7C | 6 | 49 | 0 | 5F | 33 | 6A | 5B | 19 |
| Octal | 42 | 174 | 6 | 111 | 0 | 137 | 63 | 152 | 133 | 31 |
| Binary | 100010 | 1111100 | 110 | 1001001 | 0 | 1011111 | 110011 | 1101010 | 1011011 | 11001 |
Color Harmonies of #227C06
Complementary color
Monochromatic Colors of #227C06
Black with #227C06
Text Example
Text Example
White with #227C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227C06; }
p { color: rgb(34,124,6); }
H1.HeaderClassName
{
color: #227C06;
}
.AnyTagClassName
{
color: #227C06;
}
</style>
background-color css
<style>
a { background-color: #227C06; }
a { background-color: rgb(34,124,6); }
div.DivClassName
{
background-color: #227C06;
}
.BgClassName
{
background-color: #227C06;
}
</style>
border-color css
<style>
span { border-color: #227C06; }
span { border-color: rgb(34,124,6); }
td.TdClassName
{
border-color: #227C06;
}
.TagClassName
{
border-color: #227C06;
}
</style>