Shades of Green #227002
Tints of Green #227002
RGB
CMYK
RGB Variations
Color information
#227002 (or 0x227002) is known color: Green. HEX triplet: 22, 70 and 02. RGB value is (34,112,2). Sum of RGB (Red+Green+Blue) = 34+112+2=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #227002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227002 is #DD8FFD. Grayscale: #4C4C4C. Windows color (decimal): -14520318 or 159778. OLE color: 159778.
HSL color Cylindrical-coordinate representation of color #227002: hue angle of 102.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #227002 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 112 | 2 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.56 |
| HSL | 102.55º | 0.96% | 0.22% | - |
| HSV(B) | 102.55º | 0.98% | 0.44% | - |
| XYZ | 6.46 | 11.93 | 2.02 | - |
| YUV | 76.14 | 86.16 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 2 | 0.70 | 0 | 0.98 | 0.56 | 102.55 | 0.96 | 0.22 |
| Hex | 22 | 70 | 2 | 46 | 0 | 62 | 38 | 67 | 60 | 16 |
| Octal | 42 | 160 | 2 | 106 | 0 | 142 | 70 | 147 | 140 | 26 |
| Binary | 100010 | 1110000 | 10 | 1000110 | 0 | 1100010 | 111000 | 1100111 | 1100000 | 10110 |
Color Harmonies of #227002
Complementary color
Monochromatic Colors of #227002
Black with #227002
Text Example
Text Example
White with #227002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227002; }
p { color: rgb(34,112,2); }
H1.HeaderClassName
{
color: #227002;
}
.AnyTagClassName
{
color: #227002;
}
</style>
background-color css
<style>
a { background-color: #227002; }
a { background-color: rgb(34,112,2); }
div.DivClassName
{
background-color: #227002;
}
.BgClassName
{
background-color: #227002;
}
</style>
border-color css
<style>
span { border-color: #227002; }
span { border-color: rgb(34,112,2); }
td.TdClassName
{
border-color: #227002;
}
.TagClassName
{
border-color: #227002;
}
</style>