Shades of Rangoon Green #1E2311
Tints of Rangoon Green #1E2311
RGB
CMYK
RGB Variations
Color information
#1E2311 (or 0x1E2311) is known color: Rangoon Green. HEX triplet: 1E, 23 and 11. RGB value is (30,35,17). Sum of RGB (Red+Green+Blue) = 30+35+17=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2311 is #E1DCEE. Grayscale: #1F1F1F. Windows color (decimal): -14802159 or 1123102. OLE color: 1123102.
HSL color Cylindrical-coordinate representation of color #1E2311: hue angle of 76.67º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E2311 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 35 | 17 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.86 |
| HSL | 76.67º | 0.35% | 0.1% | - |
| HSV(B) | 76.67º | 0.51% | 0.14% | - |
| XYZ | 1.24 | 1.52 | 0.76 | - |
| YUV | 31.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 17 | 0.14 | 0 | 0.51 | 0.86 | 76.67 | 0.35 | 0.1 |
| Hex | 1E | 23 | 11 | E | 0 | 33 | 56 | 4D | 23 | A |
| Octal | 36 | 43 | 21 | 16 | 0 | 63 | 126 | 115 | 43 | 12 |
| Binary | 11110 | 100011 | 10001 | 1110 | 0 | 110011 | 1010110 | 1001101 | 100011 | 1010 |
Color Harmonies of #1E2311
Complementary color
Monochromatic Colors of #1E2311
Black with #1E2311
Text Example
Text Example
White with #1E2311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2311; }
p { color: rgb(30,35,17); }
H1.HeaderClassName
{
color: #1E2311;
}
.AnyTagClassName
{
color: #1E2311;
}
</style>
background-color css
<style>
a { background-color: #1E2311; }
a { background-color: rgb(30,35,17); }
div.DivClassName
{
background-color: #1E2311;
}
.BgClassName
{
background-color: #1E2311;
}
</style>
border-color css
<style>
span { border-color: #1E2311; }
span { border-color: rgb(30,35,17); }
td.TdClassName
{
border-color: #1E2311;
}
.TagClassName
{
border-color: #1E2311;
}
</style>