Shades of Rangoon Green #222C06
Tints of Rangoon Green #222C06
RGB
CMYK
RGB Variations
Color information
#222C06 (or 0x222C06) is known color: Rangoon Green. HEX triplet: 22, 2C and 06. RGB value is (34,44,6). Sum of RGB (Red+Green+Blue) = 34+44+6=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 44 (17.58% from 255 or 52.38% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 44 - color contains mainly: green. Hex color #222C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222C06 is #DDD3F9. Grayscale: #242424. Windows color (decimal): -14537722 or 404514. OLE color: 404514.
HSL color Cylindrical-coordinate representation of color #222C06: hue angle of 75.79º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222C06 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 44 | 6 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.83 |
| HSL | 75.79º | 0.76% | 0.1% | - |
| HSV(B) | 75.79º | 0.86% | 0.17% | - |
| XYZ | 1.59 | 2.15 | 0.5 | - |
| YUV | 36.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 6 | 0.23 | 0 | 0.86 | 0.83 | 75.79 | 0.76 | 0.1 |
| Hex | 22 | 2C | 6 | 17 | 0 | 56 | 53 | 4C | 4C | A |
| Octal | 42 | 54 | 6 | 27 | 0 | 126 | 123 | 114 | 114 | 12 |
| Binary | 100010 | 101100 | 110 | 10111 | 0 | 1010110 | 1010011 | 1001100 | 1001100 | 1010 |
Color Harmonies of #222C06
Complementary color
Monochromatic Colors of #222C06
Black with #222C06
Text Example
Text Example
White with #222C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C06; }
p { color: rgb(34,44,6); }
H1.HeaderClassName
{
color: #222C06;
}
.AnyTagClassName
{
color: #222C06;
}
</style>
background-color css
<style>
a { background-color: #222C06; }
a { background-color: rgb(34,44,6); }
div.DivClassName
{
background-color: #222C06;
}
.BgClassName
{
background-color: #222C06;
}
</style>
border-color css
<style>
span { border-color: #222C06; }
span { border-color: rgb(34,44,6); }
td.TdClassName
{
border-color: #222C06;
}
.TagClassName
{
border-color: #222C06;
}
</style>