Shades of Rangoon Green #1E250C
Tints of Rangoon Green #1E250C
RGB
CMYK
RGB Variations
Color information
#1E250C (or 0x1E250C) is known color: Rangoon Green. HEX triplet: 1E, 25 and 0C. RGB value is (30,37,12). Sum of RGB (Red+Green+Blue) = 30+37+12=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #1E250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E250C is #E1DAF3. Grayscale: #202020. Windows color (decimal): -14801652 or 795934. OLE color: 795934.
HSL color Cylindrical-coordinate representation of color #1E250C: hue angle of 76.8º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E250C is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 12 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.85 |
| HSL | 76.8º | 0.51% | 0.1% | - |
| HSV(B) | 76.8º | 0.68% | 0.15% | - |
| XYZ | 1.26 | 1.63 | 0.6 | - |
| YUV | 32.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 12 | 0.19 | 0 | 0.68 | 0.85 | 76.8 | 0.51 | 0.1 |
| Hex | 1E | 25 | C | 13 | 0 | 44 | 55 | 4D | 33 | A |
| Octal | 36 | 45 | 14 | 23 | 0 | 104 | 125 | 115 | 63 | 12 |
| Binary | 11110 | 100101 | 1100 | 10011 | 0 | 1000100 | 1010101 | 1001101 | 110011 | 1010 |
Color Harmonies of #1E250C
Complementary color
Monochromatic Colors of #1E250C
Black with #1E250C
Text Example
Text Example
White with #1E250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E250C; }
p { color: rgb(30,37,12); }
H1.HeaderClassName
{
color: #1E250C;
}
.AnyTagClassName
{
color: #1E250C;
}
</style>
background-color css
<style>
a { background-color: #1E250C; }
a { background-color: rgb(30,37,12); }
div.DivClassName
{
background-color: #1E250C;
}
.BgClassName
{
background-color: #1E250C;
}
</style>
border-color css
<style>
span { border-color: #1E250C; }
span { border-color: rgb(30,37,12); }
td.TdClassName
{
border-color: #1E250C;
}
.TagClassName
{
border-color: #1E250C;
}
</style>