Shades of Rangoon Green #1A1E11
Tints of Rangoon Green #1A1E11
RGB
CMYK
RGB Variations
Color information
#1A1E11 (or 0x1A1E11) is known color: Rangoon Green. HEX triplet: 1A, 1E and 11. RGB value is (26,30,17). Sum of RGB (Red+Green+Blue) = 26+30+17=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1E11 is #E5E1EE. Grayscale: #1B1B1B. Windows color (decimal): -15065583 or 1121818. OLE color: 1121818.
HSL color Cylindrical-coordinate representation of color #1A1E11: hue angle of 78.46º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A1E11 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 30 | 17 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.88 |
| HSL | 78.46º | 0.28% | 0.09% | - |
| HSV(B) | 78.46º | 0.43% | 0.12% | - |
| XYZ | 0.99 | 1.19 | 0.71 | - |
| YUV | 27.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 17 | 0.13 | 0 | 0.43 | 0.88 | 78.46 | 0.28 | 0.09 |
| Hex | 1A | 1E | 11 | D | 0 | 2B | 58 | 4E | 1C | 9 |
| Octal | 32 | 36 | 21 | 15 | 0 | 53 | 130 | 116 | 34 | 11 |
| Binary | 11010 | 11110 | 10001 | 1101 | 0 | 101011 | 1011000 | 1001110 | 11100 | 1001 |
Color Harmonies of #1A1E11
Complementary color
Monochromatic Colors of #1A1E11
Black with #1A1E11
Text Example
Text Example
White with #1A1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E11; }
p { color: rgb(26,30,17); }
H1.HeaderClassName
{
color: #1A1E11;
}
.AnyTagClassName
{
color: #1A1E11;
}
</style>
background-color css
<style>
a { background-color: #1A1E11; }
a { background-color: rgb(26,30,17); }
div.DivClassName
{
background-color: #1A1E11;
}
.BgClassName
{
background-color: #1A1E11;
}
</style>
border-color css
<style>
span { border-color: #1A1E11; }
span { border-color: rgb(26,30,17); }
td.TdClassName
{
border-color: #1A1E11;
}
.TagClassName
{
border-color: #1A1E11;
}
</style>