Shades of Rangoon Green #181E05
Tints of Rangoon Green #181E05
RGB
CMYK
RGB Variations
Color information
#181E05 (or 0x181E05) is known color: Rangoon Green. HEX triplet: 18, 1E and 05. RGB value is (24,30,5). Sum of RGB (Red+Green+Blue) = 24+30+5=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #181E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E05 is #E7E1FA. Grayscale: #191919. Windows color (decimal): -15196667 or 335384. OLE color: 335384.
HSL color Cylindrical-coordinate representation of color #181E05: hue angle of 74.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #181E05 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 30 | 5 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.88 |
| HSL | 74.4º | 0.71% | 0.07% | - |
| HSV(B) | 74.4º | 0.83% | 0.12% | - |
| XYZ | 0.87 | 1.13 | 0.32 | - |
| YUV | 25.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 5 | 0.20 | 0 | 0.83 | 0.88 | 74.4 | 0.71 | 0.07 |
| Hex | 18 | 1E | 5 | 14 | 0 | 53 | 58 | 4A | 47 | 7 |
| Octal | 30 | 36 | 5 | 24 | 0 | 123 | 130 | 112 | 107 | 7 |
| Binary | 11000 | 11110 | 101 | 10100 | 0 | 1010011 | 1011000 | 1001010 | 1000111 | 111 |
Color Harmonies of #181E05
Complementary color
Monochromatic Colors of #181E05
Black with #181E05
Text Example
Text Example
White with #181E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E05; }
p { color: rgb(24,30,5); }
H1.HeaderClassName
{
color: #181E05;
}
.AnyTagClassName
{
color: #181E05;
}
</style>
background-color css
<style>
a { background-color: #181E05; }
a { background-color: rgb(24,30,5); }
div.DivClassName
{
background-color: #181E05;
}
.BgClassName
{
background-color: #181E05;
}
</style>
border-color css
<style>
span { border-color: #181E05; }
span { border-color: rgb(24,30,5); }
td.TdClassName
{
border-color: #181E05;
}
.TagClassName
{
border-color: #181E05;
}
</style>