Shades of Rangoon Green #1E250B
Tints of Rangoon Green #1E250B
RGB
CMYK
RGB Variations
Color information
#1E250B (or 0x1E250B) is known color: Rangoon Green. HEX triplet: 1E, 25 and 0B. RGB value is (30,37,11). Sum of RGB (Red+Green+Blue) = 30+37+11=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #1E250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E250B is #E1DAF4. Grayscale: #202020. Windows color (decimal): -14801653 or 730398. OLE color: 730398.
HSL color Cylindrical-coordinate representation of color #1E250B: hue angle of 76.15º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E250B is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 11 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.85 |
| HSL | 76.15º | 0.54% | 0.09% | - |
| HSV(B) | 76.15º | 0.7% | 0.15% | - |
| XYZ | 1.26 | 1.62 | 0.56 | - |
| YUV | 31.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 11 | 0.19 | 0 | 0.70 | 0.85 | 76.15 | 0.54 | 0.09 |
| Hex | 1E | 25 | B | 13 | 0 | 46 | 55 | 4C | 36 | 9 |
| Octal | 36 | 45 | 13 | 23 | 0 | 106 | 125 | 114 | 66 | 11 |
| Binary | 11110 | 100101 | 1011 | 10011 | 0 | 1000110 | 1010101 | 1001100 | 110110 | 1001 |
Color Harmonies of #1E250B
Complementary color
Monochromatic Colors of #1E250B
Black with #1E250B
Text Example
Text Example
White with #1E250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E250B; }
p { color: rgb(30,37,11); }
H1.HeaderClassName
{
color: #1E250B;
}
.AnyTagClassName
{
color: #1E250B;
}
</style>
background-color css
<style>
a { background-color: #1E250B; }
a { background-color: rgb(30,37,11); }
div.DivClassName
{
background-color: #1E250B;
}
.BgClassName
{
background-color: #1E250B;
}
</style>
border-color css
<style>
span { border-color: #1E250B; }
span { border-color: rgb(30,37,11); }
td.TdClassName
{
border-color: #1E250B;
}
.TagClassName
{
border-color: #1E250B;
}
</style>