Shades of Rangoon Green #22290C
Tints of Rangoon Green #22290C
RGB
CMYK
RGB Variations
Color information
#22290C (or 0x22290C) is known color: Rangoon Green. HEX triplet: 22, 29 and 0C. RGB value is (34,41,12). Sum of RGB (Red+Green+Blue) = 34+41+12=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #22290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22290C is #DDD6F3. Grayscale: #232323. Windows color (decimal): -14538484 or 796962. OLE color: 796962.
HSL color Cylindrical-coordinate representation of color #22290C: hue angle of 74.48º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #22290C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 41 | 12 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.84 |
| HSL | 74.48º | 0.55% | 0.1% | - |
| HSV(B) | 74.48º | 0.71% | 0.16% | - |
| XYZ | 1.52 | 1.95 | 0.64 | - |
| YUV | 35.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 41 | 12 | 0.17 | 0 | 0.71 | 0.84 | 74.48 | 0.55 | 0.1 |
| Hex | 22 | 29 | C | 11 | 0 | 47 | 54 | 4A | 37 | A |
| Octal | 42 | 51 | 14 | 21 | 0 | 107 | 124 | 112 | 67 | 12 |
| Binary | 100010 | 101001 | 1100 | 10001 | 0 | 1000111 | 1010100 | 1001010 | 110111 | 1010 |
Color Harmonies of #22290C
Complementary color
Monochromatic Colors of #22290C
Black with #22290C
Text Example
Text Example
White with #22290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22290C; }
p { color: rgb(34,41,12); }
H1.HeaderClassName
{
color: #22290C;
}
.AnyTagClassName
{
color: #22290C;
}
</style>
background-color css
<style>
a { background-color: #22290C; }
a { background-color: rgb(34,41,12); }
div.DivClassName
{
background-color: #22290C;
}
.BgClassName
{
background-color: #22290C;
}
</style>
border-color css
<style>
span { border-color: #22290C; }
span { border-color: rgb(34,41,12); }
td.TdClassName
{
border-color: #22290C;
}
.TagClassName
{
border-color: #22290C;
}
</style>