Shades of Rangoon Green #1C220D
Tints of Rangoon Green #1C220D
RGB
CMYK
RGB Variations
Color information
#1C220D (or 0x1C220D) is known color: Rangoon Green. HEX triplet: 1C, 22 and 0D. RGB value is (28,34,13). Sum of RGB (Red+Green+Blue) = 28+34+13=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 34 - color contains mainly: green. Hex color #1C220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C220D is #E3DDF2. Grayscale: #1D1D1D. Windows color (decimal): -14933491 or 860700. OLE color: 860700.
HSL color Cylindrical-coordinate representation of color #1C220D: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C220D is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 34 | 13 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.87 |
| HSL | 77.14º | 0.45% | 0.09% | - |
| HSV(B) | 77.14º | 0.62% | 0.13% | - |
| XYZ | 1.12 | 1.42 | 0.6 | - |
| YUV | 29.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 34 | 13 | 0.18 | 0 | 0.62 | 0.87 | 77.14 | 0.45 | 0.09 |
| Hex | 1C | 22 | D | 12 | 0 | 3E | 57 | 4D | 2D | 9 |
| Octal | 34 | 42 | 15 | 22 | 0 | 76 | 127 | 115 | 55 | 11 |
| Binary | 11100 | 100010 | 1101 | 10010 | 0 | 111110 | 1010111 | 1001101 | 101101 | 1001 |
Color Harmonies of #1C220D
Complementary color
Monochromatic Colors of #1C220D
Black with #1C220D
Text Example
Text Example
White with #1C220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C220D; }
p { color: rgb(28,34,13); }
H1.HeaderClassName
{
color: #1C220D;
}
.AnyTagClassName
{
color: #1C220D;
}
</style>
background-color css
<style>
a { background-color: #1C220D; }
a { background-color: rgb(28,34,13); }
div.DivClassName
{
background-color: #1C220D;
}
.BgClassName
{
background-color: #1C220D;
}
</style>
border-color css
<style>
span { border-color: #1C220D; }
span { border-color: rgb(28,34,13); }
td.TdClassName
{
border-color: #1C220D;
}
.TagClassName
{
border-color: #1C220D;
}
</style>