Shades of Rangoon Green #1E2704
Tints of Rangoon Green #1E2704
RGB
CMYK
RGB Variations
Color information
#1E2704 (or 0x1E2704) is known color: Rangoon Green. HEX triplet: 1E, 27 and 04. RGB value is (30,39,4). Sum of RGB (Red+Green+Blue) = 30+39+4=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 39 (15.62% from 255 or 53.42% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2704 is #E1D8FB. Grayscale: #202020. Windows color (decimal): -14801148 or 272158. OLE color: 272158.
HSL color Cylindrical-coordinate representation of color #1E2704: hue angle of 75.43º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E2704 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 39 | 4 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.85 |
| HSL | 75.43º | 0.81% | 0.08% | - |
| HSV(B) | 75.43º | 0.9% | 0.15% | - |
| XYZ | 1.28 | 1.74 | 0.38 | - |
| YUV | 32.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 4 | 0.23 | 0 | 0.90 | 0.85 | 75.43 | 0.81 | 0.08 |
| Hex | 1E | 27 | 4 | 17 | 0 | 5A | 55 | 4B | 51 | 8 |
| Octal | 36 | 47 | 4 | 27 | 0 | 132 | 125 | 113 | 121 | 10 |
| Binary | 11110 | 100111 | 100 | 10111 | 0 | 1011010 | 1010101 | 1001011 | 1010001 | 1000 |
Color Harmonies of #1E2704
Complementary color
Monochromatic Colors of #1E2704
Black with #1E2704
Text Example
Text Example
White with #1E2704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2704; }
p { color: rgb(30,39,4); }
H1.HeaderClassName
{
color: #1E2704;
}
.AnyTagClassName
{
color: #1E2704;
}
</style>
background-color css
<style>
a { background-color: #1E2704; }
a { background-color: rgb(30,39,4); }
div.DivClassName
{
background-color: #1E2704;
}
.BgClassName
{
background-color: #1E2704;
}
</style>
border-color css
<style>
span { border-color: #1E2704; }
span { border-color: rgb(30,39,4); }
td.TdClassName
{
border-color: #1E2704;
}
.TagClassName
{
border-color: #1E2704;
}
</style>