Shades of Rangoon Green #1E240C
Tints of Rangoon Green #1E240C
RGB
CMYK
RGB Variations
Color information
#1E240C (or 0x1E240C) is known color: Rangoon Green. HEX triplet: 1E, 24 and 0C. RGB value is (30,36,12). Sum of RGB (Red+Green+Blue) = 30+36+12=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #1E240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E240C is #E1DBF3. Grayscale: #1F1F1F. Windows color (decimal): -14801908 or 795678. OLE color: 795678.
HSL color Cylindrical-coordinate representation of color #1E240C: hue angle of 75º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E240C is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 36 | 12 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.86 |
| HSL | 75º | 0.5% | 0.09% | - |
| HSV(B) | 75º | 0.67% | 0.14% | - |
| XYZ | 1.23 | 1.56 | 0.58 | - |
| YUV | 31.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 12 | 0.17 | 0 | 0.67 | 0.86 | 75 | 0.5 | 0.09 |
| Hex | 1E | 24 | C | 11 | 0 | 43 | 56 | 4B | 32 | 9 |
| Octal | 36 | 44 | 14 | 21 | 0 | 103 | 126 | 113 | 62 | 11 |
| Binary | 11110 | 100100 | 1100 | 10001 | 0 | 1000011 | 1010110 | 1001011 | 110010 | 1001 |
Color Harmonies of #1E240C
Complementary color
Monochromatic Colors of #1E240C
Black with #1E240C
Text Example
Text Example
White with #1E240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E240C; }
p { color: rgb(30,36,12); }
H1.HeaderClassName
{
color: #1E240C;
}
.AnyTagClassName
{
color: #1E240C;
}
</style>
background-color css
<style>
a { background-color: #1E240C; }
a { background-color: rgb(30,36,12); }
div.DivClassName
{
background-color: #1E240C;
}
.BgClassName
{
background-color: #1E240C;
}
</style>
border-color css
<style>
span { border-color: #1E240C; }
span { border-color: rgb(30,36,12); }
td.TdClassName
{
border-color: #1E240C;
}
.TagClassName
{
border-color: #1E240C;
}
</style>