Shades of Green #227001
Tints of Green #227001
RGB
CMYK
RGB Variations
Color information
#227001 (or 0x227001) is known color: Green. HEX triplet: 22, 70 and 01. RGB value is (34,112,1). Sum of RGB (Red+Green+Blue) = 34+112+1=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #227001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227001 is #DD8FFE. Grayscale: #4C4C4C. Windows color (decimal): -14520319 or 94242. OLE color: 94242.
HSL color Cylindrical-coordinate representation of color #227001: hue angle of 102.16º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #227001 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 112 | 1 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.56 |
| HSL | 102.16º | 0.98% | 0.22% | - |
| HSV(B) | 102.16º | 0.99% | 0.44% | - |
| XYZ | 6.46 | 11.93 | 1.99 | - |
| YUV | 76.02 | 85.66 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 1 | 0.70 | 0 | 0.99 | 0.56 | 102.16 | 0.98 | 0.22 |
| Hex | 22 | 70 | 1 | 46 | 0 | 63 | 38 | 66 | 62 | 16 |
| Octal | 42 | 160 | 1 | 106 | 0 | 143 | 70 | 146 | 142 | 26 |
| Binary | 100010 | 1110000 | 1 | 1000110 | 0 | 1100011 | 111000 | 1100110 | 1100010 | 10110 |
Color Harmonies of #227001
Complementary color
Monochromatic Colors of #227001
Black with #227001
Text Example
Text Example
White with #227001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227001; }
p { color: rgb(34,112,1); }
H1.HeaderClassName
{
color: #227001;
}
.AnyTagClassName
{
color: #227001;
}
</style>
background-color css
<style>
a { background-color: #227001; }
a { background-color: rgb(34,112,1); }
div.DivClassName
{
background-color: #227001;
}
.BgClassName
{
background-color: #227001;
}
</style>
border-color css
<style>
span { border-color: #227001; }
span { border-color: rgb(34,112,1); }
td.TdClassName
{
border-color: #227001;
}
.TagClassName
{
border-color: #227001;
}
</style>