Shades of Rangoon Green #1C210D
Tints of Rangoon Green #1C210D
RGB
CMYK
RGB Variations
Color information
#1C210D (or 0x1C210D) is known color: Rangoon Green. HEX triplet: 1C, 21 and 0D. RGB value is (28,33,13). Sum of RGB (Red+Green+Blue) = 28+33+13=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #1C210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C210D is #E3DEF2. Grayscale: #1D1D1D. Windows color (decimal): -14933747 or 860444. OLE color: 860444.
HSL color Cylindrical-coordinate representation of color #1C210D: hue angle of 75º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C210D is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 33 | 13 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.87 |
| HSL | 75º | 0.43% | 0.09% | - |
| HSV(B) | 75º | 0.61% | 0.13% | - |
| XYZ | 1.1 | 1.36 | 0.59 | - |
| YUV | 29.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 13 | 0.15 | 0 | 0.61 | 0.87 | 75 | 0.43 | 0.09 |
| Hex | 1C | 21 | D | F | 0 | 3D | 57 | 4B | 2B | 9 |
| Octal | 34 | 41 | 15 | 17 | 0 | 75 | 127 | 113 | 53 | 11 |
| Binary | 11100 | 100001 | 1101 | 1111 | 0 | 111101 | 1010111 | 1001011 | 101011 | 1001 |
Color Harmonies of #1C210D
Complementary color
Monochromatic Colors of #1C210D
Black with #1C210D
Text Example
Text Example
White with #1C210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C210D; }
p { color: rgb(28,33,13); }
H1.HeaderClassName
{
color: #1C210D;
}
.AnyTagClassName
{
color: #1C210D;
}
</style>
background-color css
<style>
a { background-color: #1C210D; }
a { background-color: rgb(28,33,13); }
div.DivClassName
{
background-color: #1C210D;
}
.BgClassName
{
background-color: #1C210D;
}
</style>
border-color css
<style>
span { border-color: #1C210D; }
span { border-color: rgb(28,33,13); }
td.TdClassName
{
border-color: #1C210D;
}
.TagClassName
{
border-color: #1C210D;
}
</style>