Shades of Rangoon Green #222B0A
Tints of Rangoon Green #222B0A
RGB
CMYK
RGB Variations
Color information
#222B0A (or 0x222B0A) is known color: Rangoon Green. HEX triplet: 22, 2B and 0A. RGB value is (34,43,10). Sum of RGB (Red+Green+Blue) = 34+43+10=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 43 (17.19% from 255 or 49.43% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 43 - color contains mainly: green. Hex color #222B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222B0A is #DDD4F5. Grayscale: #242424. Windows color (decimal): -14537974 or 666402. OLE color: 666402.
HSL color Cylindrical-coordinate representation of color #222B0A: hue angle of 76.36º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222B0A is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 43 | 10 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.83 |
| HSL | 76.36º | 0.62% | 0.1% | - |
| HSV(B) | 76.36º | 0.77% | 0.17% | - |
| XYZ | 1.58 | 2.09 | 0.61 | - |
| YUV | 36.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 10 | 0.21 | 0 | 0.77 | 0.83 | 76.36 | 0.62 | 0.1 |
| Hex | 22 | 2B | A | 15 | 0 | 4D | 53 | 4C | 3E | A |
| Octal | 42 | 53 | 12 | 25 | 0 | 115 | 123 | 114 | 76 | 12 |
| Binary | 100010 | 101011 | 1010 | 10101 | 0 | 1001101 | 1010011 | 1001100 | 111110 | 1010 |
Color Harmonies of #222B0A
Complementary color
Monochromatic Colors of #222B0A
Black with #222B0A
Text Example
Text Example
White with #222B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B0A; }
p { color: rgb(34,43,10); }
H1.HeaderClassName
{
color: #222B0A;
}
.AnyTagClassName
{
color: #222B0A;
}
</style>
background-color css
<style>
a { background-color: #222B0A; }
a { background-color: rgb(34,43,10); }
div.DivClassName
{
background-color: #222B0A;
}
.BgClassName
{
background-color: #222B0A;
}
</style>
border-color css
<style>
span { border-color: #222B0A; }
span { border-color: rgb(34,43,10); }
td.TdClassName
{
border-color: #222B0A;
}
.TagClassName
{
border-color: #222B0A;
}
</style>