Shades of Rangoon Green #22241C
Tints of Rangoon Green #22241C
RGB
CMYK
RGB Variations
Color information
#22241C (or 0x22241C) is known color: Rangoon Green. HEX triplet: 22, 24 and 1C. RGB value is (34,36,28). Sum of RGB (Red+Green+Blue) = 34+36+28=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 36 - color contains mainly: green. Hex color #22241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22241C is #DDDBE3. Grayscale: #222222. Windows color (decimal): -14539748 or 1844258. OLE color: 1844258.
HSL color Cylindrical-coordinate representation of color #22241C: hue angle of 75º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #22241C is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 28 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.86 |
| HSL | 75º | 0.13% | 0.13% | - |
| HSV(B) | 75º | 0.22% | 0.14% | - |
| XYZ | 1.5 | 1.69 | 1.34 | - |
| YUV | 34.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 28 | 0.06 | 0 | 0.22 | 0.86 | 75 | 0.13 | 0.13 |
| Hex | 22 | 24 | 1C | 6 | 0 | 16 | 56 | 4B | C | D |
| Octal | 42 | 44 | 34 | 6 | 0 | 26 | 126 | 113 | 14 | 15 |
| Binary | 100010 | 100100 | 11100 | 110 | 0 | 10110 | 1010110 | 1001011 | 1100 | 1101 |
Color Harmonies of #22241C
Complementary color
Monochromatic Colors of #22241C
Black with #22241C
Text Example
Text Example
White with #22241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22241C; }
p { color: rgb(34,36,28); }
H1.HeaderClassName
{
color: #22241C;
}
.AnyTagClassName
{
color: #22241C;
}
</style>
background-color css
<style>
a { background-color: #22241C; }
a { background-color: rgb(34,36,28); }
div.DivClassName
{
background-color: #22241C;
}
.BgClassName
{
background-color: #22241C;
}
</style>
border-color css
<style>
span { border-color: #22241C; }
span { border-color: rgb(34,36,28); }
td.TdClassName
{
border-color: #22241C;
}
.TagClassName
{
border-color: #22241C;
}
</style>