Shades of Rangoon Green #222814
Tints of Rangoon Green #222814
RGB
CMYK
RGB Variations
Color information
#222814 (or 0x222814) is known color: Rangoon Green. HEX triplet: 22, 28 and 14. RGB value is (34,40,20). Sum of RGB (Red+Green+Blue) = 34+40+20=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #222814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222814 is #DDD7EB. Grayscale: #242424. Windows color (decimal): -14538732 or 1320994. OLE color: 1320994.
HSL color Cylindrical-coordinate representation of color #222814: hue angle of 78º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #222814 is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 40 | 20 | - |
| CMYK | 0.15 | 0 | 0.5 | 0.84 |
| HSL | 78º | 0.33% | 0.12% | - |
| HSV(B) | 78º | 0.5% | 0.16% | - |
| XYZ | 1.54 | 1.91 | 0.95 | - |
| YUV | 35.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 20 | 0.15 | 0 | 0.5 | 0.84 | 78 | 0.33 | 0.12 |
| Hex | 22 | 28 | 14 | F | 0 | 32 | 54 | 4E | 21 | C |
| Octal | 42 | 50 | 24 | 17 | 0 | 62 | 124 | 116 | 41 | 14 |
| Binary | 100010 | 101000 | 10100 | 1111 | 0 | 110010 | 1010100 | 1001110 | 100001 | 1100 |
Color Harmonies of #222814
Complementary color
Monochromatic Colors of #222814
Black with #222814
Text Example
Text Example
White with #222814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222814; }
p { color: rgb(34,40,20); }
H1.HeaderClassName
{
color: #222814;
}
.AnyTagClassName
{
color: #222814;
}
</style>
background-color css
<style>
a { background-color: #222814; }
a { background-color: rgb(34,40,20); }
div.DivClassName
{
background-color: #222814;
}
.BgClassName
{
background-color: #222814;
}
</style>
border-color css
<style>
span { border-color: #222814; }
span { border-color: rgb(34,40,20); }
td.TdClassName
{
border-color: #222814;
}
.TagClassName
{
border-color: #222814;
}
</style>