Shades of Rangoon Green #222B06
Tints of Rangoon Green #222B06
RGB
CMYK
RGB Variations
Color information
#222B06 (or 0x222B06) is known color: Rangoon Green. HEX triplet: 22, 2B and 06. RGB value is (34,43,6). Sum of RGB (Red+Green+Blue) = 34+43+6=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 43 (17.19% from 255 or 51.81% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 43 - color contains mainly: green. Hex color #222B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222B06 is #DDD4F9. Grayscale: #242424. Windows color (decimal): -14537978 or 404258. OLE color: 404258.
HSL color Cylindrical-coordinate representation of color #222B06: hue angle of 74.59º 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 #222B06 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 43 | 6 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.83 |
| HSL | 74.59º | 0.76% | 0.1% | - |
| HSV(B) | 74.59º | 0.86% | 0.17% | - |
| XYZ | 1.56 | 2.08 | 0.49 | - |
| YUV | 36.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 6 | 0.21 | 0 | 0.86 | 0.83 | 74.59 | 0.76 | 0.1 |
| Hex | 22 | 2B | 6 | 15 | 0 | 56 | 53 | 4B | 4C | A |
| Octal | 42 | 53 | 6 | 25 | 0 | 126 | 123 | 113 | 114 | 12 |
| Binary | 100010 | 101011 | 110 | 10101 | 0 | 1010110 | 1010011 | 1001011 | 1001100 | 1010 |
Color Harmonies of #222B06
Complementary color
Monochromatic Colors of #222B06
Black with #222B06
Text Example
Text Example
White with #222B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B06; }
p { color: rgb(34,43,6); }
H1.HeaderClassName
{
color: #222B06;
}
.AnyTagClassName
{
color: #222B06;
}
</style>
background-color css
<style>
a { background-color: #222B06; }
a { background-color: rgb(34,43,6); }
div.DivClassName
{
background-color: #222B06;
}
.BgClassName
{
background-color: #222B06;
}
</style>
border-color css
<style>
span { border-color: #222B06; }
span { border-color: rgb(34,43,6); }
td.TdClassName
{
border-color: #222B06;
}
.TagClassName
{
border-color: #222B06;
}
</style>