Shades of Green #227D00
Tints of Green #227D00
RGB
CMYK
RGB Variations
Color information
#227D00 (or 0x227D00) is known color: Green. HEX triplet: 22, 7D and 00. RGB value is (34,125,0). Sum of RGB (Red+Green+Blue) = 34+125+0=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 125 (49.22% from 255 or 78.62% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 125 - color contains mainly: green. Hex color #227D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227D00 is #DD82FF. Grayscale: #535353. Windows color (decimal): -14516992 or 32034. OLE color: 32034.
HSL color Cylindrical-coordinate representation of color #227D00: hue angle of 103.68º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #227D00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 125 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.51 |
| HSL | 103.68º | 1% | 0.25% | - |
| HSV(B) | 103.68º | 1% | 0.49% | - |
| XYZ | 7.99 | 15.01 | 2.48 | - |
| YUV | 83.54 | 80.85 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 0 | 0.73 | 0 | 1 | 0.51 | 103.68 | 1 | 0.25 |
| Hex | 22 | 7D | 0 | 49 | 0 | 64 | 33 | 68 | 64 | 19 |
| Octal | 42 | 175 | 0 | 111 | 0 | 144 | 63 | 150 | 144 | 31 |
| Binary | 100010 | 1111101 | 0 | 1001001 | 0 | 1100100 | 110011 | 1101000 | 1100100 | 11001 |
Color Harmonies of #227D00
Complementary color
Monochromatic Colors of #227D00
Black with #227D00
Text Example
Text Example
White with #227D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227D00; }
p { color: rgb(34,125,0); }
H1.HeaderClassName
{
color: #227D00;
}
.AnyTagClassName
{
color: #227D00;
}
</style>
background-color css
<style>
a { background-color: #227D00; }
a { background-color: rgb(34,125,0); }
div.DivClassName
{
background-color: #227D00;
}
.BgClassName
{
background-color: #227D00;
}
</style>
border-color css
<style>
span { border-color: #227D00; }
span { border-color: rgb(34,125,0); }
td.TdClassName
{
border-color: #227D00;
}
.TagClassName
{
border-color: #227D00;
}
</style>