Shades of Green #227601
Tints of Green #227601
RGB
CMYK
RGB Variations
Color information
#227601 (or 0x227601) is known color: Green. HEX triplet: 22, 76 and 01. RGB value is (34,118,1). Sum of RGB (Red+Green+Blue) = 34+118+1=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #227601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227601 is #DD89FE. Grayscale: #4F4F4F. Windows color (decimal): -14518783 or 95778. OLE color: 95778.
HSL color Cylindrical-coordinate representation of color #227601: hue angle of 103.08º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #227601 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 118 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.54 |
| HSL | 103.08º | 0.98% | 0.23% | - |
| HSV(B) | 103.08º | 0.99% | 0.46% | - |
| XYZ | 7.14 | 13.3 | 2.22 | - |
| YUV | 79.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 118 | 1 | 0.71 | 0 | 0.99 | 0.54 | 103.08 | 0.98 | 0.23 |
| Hex | 22 | 76 | 1 | 47 | 0 | 63 | 36 | 67 | 62 | 17 |
| Octal | 42 | 166 | 1 | 107 | 0 | 143 | 66 | 147 | 142 | 27 |
| Binary | 100010 | 1110110 | 1 | 1000111 | 0 | 1100011 | 110110 | 1100111 | 1100010 | 10111 |
Color Harmonies of #227601
Complementary color
Monochromatic Colors of #227601
Black with #227601
Text Example
Text Example
White with #227601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227601; }
p { color: rgb(34,118,1); }
H1.HeaderClassName
{
color: #227601;
}
.AnyTagClassName
{
color: #227601;
}
</style>
background-color css
<style>
a { background-color: #227601; }
a { background-color: rgb(34,118,1); }
div.DivClassName
{
background-color: #227601;
}
.BgClassName
{
background-color: #227601;
}
</style>
border-color css
<style>
span { border-color: #227601; }
span { border-color: rgb(34,118,1); }
td.TdClassName
{
border-color: #227601;
}
.TagClassName
{
border-color: #227601;
}
</style>