Shades of Green #227501
Tints of Green #227501
RGB
CMYK
RGB Variations
Color information
#227501 (or 0x227501) is known color: Green. HEX triplet: 22, 75 and 01. RGB value is (34,117,1). Sum of RGB (Red+Green+Blue) = 34+117+1=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #227501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227501 is #DD8AFE. Grayscale: #4F4F4F. Windows color (decimal): -14519039 or 95522. OLE color: 95522.
HSL color Cylindrical-coordinate representation of color #227501: hue angle of 102.93º 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 #227501 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 117 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.54 |
| HSL | 102.93º | 0.98% | 0.23% | - |
| HSV(B) | 102.93º | 0.99% | 0.46% | - |
| XYZ | 7.03 | 13.06 | 2.18 | - |
| YUV | 78.96 | 84 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 117 | 1 | 0.71 | 0 | 0.99 | 0.54 | 102.93 | 0.98 | 0.23 |
| Hex | 22 | 75 | 1 | 47 | 0 | 63 | 36 | 67 | 62 | 17 |
| Octal | 42 | 165 | 1 | 107 | 0 | 143 | 66 | 147 | 142 | 27 |
| Binary | 100010 | 1110101 | 1 | 1000111 | 0 | 1100011 | 110110 | 1100111 | 1100010 | 10111 |
Color Harmonies of #227501
Complementary color
Monochromatic Colors of #227501
Black with #227501
Text Example
Text Example
White with #227501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227501; }
p { color: rgb(34,117,1); }
H1.HeaderClassName
{
color: #227501;
}
.AnyTagClassName
{
color: #227501;
}
</style>
background-color css
<style>
a { background-color: #227501; }
a { background-color: rgb(34,117,1); }
div.DivClassName
{
background-color: #227501;
}
.BgClassName
{
background-color: #227501;
}
</style>
border-color css
<style>
span { border-color: #227501; }
span { border-color: rgb(34,117,1); }
td.TdClassName
{
border-color: #227501;
}
.TagClassName
{
border-color: #227501;
}
</style>