Shades of Green #226E01
Tints of Green #226E01
RGB
CMYK
RGB Variations
Color information
#226E01 (or 0x226E01) is known color: Green. HEX triplet: 22, 6E and 01. RGB value is (34,110,1). Sum of RGB (Red+Green+Blue) = 34+110+1=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 110 (43.36% from 255 or 75.86% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 110 - color contains mainly: green. Hex color #226E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226E01 is #DD91FE. Grayscale: #4B4B4B. Windows color (decimal): -14520831 or 93730. OLE color: 93730.
HSL color Cylindrical-coordinate representation of color #226E01: hue angle of 101.83º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #226E01 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 110 | 1 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.57 |
| HSL | 101.83º | 0.98% | 0.22% | - |
| HSV(B) | 101.83º | 0.99% | 0.43% | - |
| XYZ | 6.24 | 11.49 | 1.92 | - |
| YUV | 74.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 1 | 0.69 | 0 | 0.99 | 0.57 | 101.83 | 0.98 | 0.22 |
| Hex | 22 | 6E | 1 | 45 | 0 | 63 | 39 | 66 | 62 | 16 |
| Octal | 42 | 156 | 1 | 105 | 0 | 143 | 71 | 146 | 142 | 26 |
| Binary | 100010 | 1101110 | 1 | 1000101 | 0 | 1100011 | 111001 | 1100110 | 1100010 | 10110 |
Color Harmonies of #226E01
Complementary color
Monochromatic Colors of #226E01
Black with #226E01
Text Example
Text Example
White with #226E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226E01; }
p { color: rgb(34,110,1); }
H1.HeaderClassName
{
color: #226E01;
}
.AnyTagClassName
{
color: #226E01;
}
</style>
background-color css
<style>
a { background-color: #226E01; }
a { background-color: rgb(34,110,1); }
div.DivClassName
{
background-color: #226E01;
}
.BgClassName
{
background-color: #226E01;
}
</style>
border-color css
<style>
span { border-color: #226E01; }
span { border-color: rgb(34,110,1); }
td.TdClassName
{
border-color: #226E01;
}
.TagClassName
{
border-color: #226E01;
}
</style>