Shades of Rangoon Green #1A1E0E
Tints of Rangoon Green #1A1E0E
RGB
CMYK
RGB Variations
Color information
#1A1E0E (or 0x1A1E0E) is known color: Rangoon Green. HEX triplet: 1A, 1E and 0E. RGB value is (26,30,14). Sum of RGB (Red+Green+Blue) = 26+30+14=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1E0E is #E5E1F1. Grayscale: #1B1B1B. Windows color (decimal): -15065586 or 925210. OLE color: 925210.
HSL color Cylindrical-coordinate representation of color #1A1E0E: hue angle of 75º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1A1E0E is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 30 | 14 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.88 |
| HSL | 75º | 0.36% | 0.09% | - |
| HSV(B) | 75º | 0.53% | 0.12% | - |
| XYZ | 0.97 | 1.18 | 0.59 | - |
| YUV | 26.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 14 | 0.13 | 0 | 0.53 | 0.88 | 75 | 0.36 | 0.09 |
| Hex | 1A | 1E | E | D | 0 | 35 | 58 | 4B | 24 | 9 |
| Octal | 32 | 36 | 16 | 15 | 0 | 65 | 130 | 113 | 44 | 11 |
| Binary | 11010 | 11110 | 1110 | 1101 | 0 | 110101 | 1011000 | 1001011 | 100100 | 1001 |
Color Harmonies of #1A1E0E
Complementary color
Monochromatic Colors of #1A1E0E
Black with #1A1E0E
Text Example
Text Example
White with #1A1E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E0E; }
p { color: rgb(26,30,14); }
H1.HeaderClassName
{
color: #1A1E0E;
}
.AnyTagClassName
{
color: #1A1E0E;
}
</style>
background-color css
<style>
a { background-color: #1A1E0E; }
a { background-color: rgb(26,30,14); }
div.DivClassName
{
background-color: #1A1E0E;
}
.BgClassName
{
background-color: #1A1E0E;
}
</style>
border-color css
<style>
span { border-color: #1A1E0E; }
span { border-color: rgb(26,30,14); }
td.TdClassName
{
border-color: #1A1E0E;
}
.TagClassName
{
border-color: #1A1E0E;
}
</style>