Shades of Green #226600
Tints of Green #226600
RGB
CMYK
RGB Variations
Color information
#226600 (or 0x226600) is known color: Green. HEX triplet: 22, 66 and 00. RGB value is (34,102,0). Sum of RGB (Red+Green+Blue) = 34+102+0=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 102 (40.23% from 255 or 75% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 102 - color contains mainly: green. Hex color #226600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226600 is #DD99FF. Grayscale: #464646. Windows color (decimal): -14522880 or 26146. OLE color: 26146.
HSL color Cylindrical-coordinate representation of color #226600: hue angle of 100º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #226600 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 34 | 102 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.6 |
| HSL | 100º | 1% | 0.2% | - |
| HSV(B) | 100º | 1% | 0.4% | - |
| XYZ | 5.41 | 9.84 | 1.61 | - |
| YUV | 70.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 102 | 0 | 0.67 | 0 | 1 | 0.6 | 100 | 1 | 0.2 |
| Hex | 22 | 66 | 0 | 43 | 0 | 64 | 3C | 64 | 64 | 14 |
| Octal | 42 | 146 | 0 | 103 | 0 | 144 | 74 | 144 | 144 | 24 |
| Binary | 100010 | 1100110 | 0 | 1000011 | 0 | 1100100 | 111100 | 1100100 | 1100100 | 10100 |
Color Harmonies of #226600
Complementary color
Monochromatic Colors of #226600
Black with #226600
Text Example
Text Example
White with #226600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226600; }
p { color: rgb(34,102,0); }
H1.HeaderClassName
{
color: #226600;
}
.AnyTagClassName
{
color: #226600;
}
</style>
background-color css
<style>
a { background-color: #226600; }
a { background-color: rgb(34,102,0); }
div.DivClassName
{
background-color: #226600;
}
.BgClassName
{
background-color: #226600;
}
</style>
border-color css
<style>
span { border-color: #226600; }
span { border-color: rgb(34,102,0); }
td.TdClassName
{
border-color: #226600;
}
.TagClassName
{
border-color: #226600;
}
</style>