Shades of Rangoon Green #1E240B
Tints of Rangoon Green #1E240B
RGB
CMYK
RGB Variations
Color information
#1E240B (or 0x1E240B) is known color: Rangoon Green. HEX triplet: 1E, 24 and 0B. RGB value is (30,36,11). Sum of RGB (Red+Green+Blue) = 30+36+11=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #1E240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E240B is #E1DBF4. Grayscale: #1F1F1F. Windows color (decimal): -14801909 or 730142. OLE color: 730142.
HSL color Cylindrical-coordinate representation of color #1E240B: hue angle of 74.4º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E240B is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 36 | 11 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.86 |
| HSL | 74.4º | 0.53% | 0.09% | - |
| HSV(B) | 74.4º | 0.69% | 0.14% | - |
| XYZ | 1.23 | 1.56 | 0.55 | - |
| YUV | 31.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 11 | 0.17 | 0 | 0.69 | 0.86 | 74.4 | 0.53 | 0.09 |
| Hex | 1E | 24 | B | 11 | 0 | 45 | 56 | 4A | 35 | 9 |
| Octal | 36 | 44 | 13 | 21 | 0 | 105 | 126 | 112 | 65 | 11 |
| Binary | 11110 | 100100 | 1011 | 10001 | 0 | 1000101 | 1010110 | 1001010 | 110101 | 1001 |
Color Harmonies of #1E240B
Complementary color
Monochromatic Colors of #1E240B
Black with #1E240B
Text Example
Text Example
White with #1E240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E240B; }
p { color: rgb(30,36,11); }
H1.HeaderClassName
{
color: #1E240B;
}
.AnyTagClassName
{
color: #1E240B;
}
</style>
background-color css
<style>
a { background-color: #1E240B; }
a { background-color: rgb(30,36,11); }
div.DivClassName
{
background-color: #1E240B;
}
.BgClassName
{
background-color: #1E240B;
}
</style>
border-color css
<style>
span { border-color: #1E240B; }
span { border-color: rgb(30,36,11); }
td.TdClassName
{
border-color: #1E240B;
}
.TagClassName
{
border-color: #1E240B;
}
</style>