Shades of Rangoon Green #181B10
Tints of Rangoon Green #181B10
RGB
CMYK
RGB Variations
Color information
#181B10 (or 0x181B10) is known color: Rangoon Green. HEX triplet: 18, 1B and 10. RGB value is (24,27,16). Sum of RGB (Red+Green+Blue) = 24+27+16=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 27 - color contains mainly: green. Hex color #181B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B10 is #E7E4EF. Grayscale: #181818. Windows color (decimal): -15197424 or 1055512. OLE color: 1055512.
HSL color Cylindrical-coordinate representation of color #181B10: hue angle of 76.36º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #181B10 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 16 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.89 |
| HSL | 76.36º | 0.26% | 0.08% | - |
| HSV(B) | 76.36º | 0.41% | 0.11% | - |
| XYZ | 0.86 | 1.02 | 0.64 | - |
| YUV | 24.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 16 | 0.11 | 0 | 0.41 | 0.89 | 76.36 | 0.26 | 0.08 |
| Hex | 18 | 1B | 10 | B | 0 | 29 | 59 | 4C | 1A | 8 |
| Octal | 30 | 33 | 20 | 13 | 0 | 51 | 131 | 114 | 32 | 10 |
| Binary | 11000 | 11011 | 10000 | 1011 | 0 | 101001 | 1011001 | 1001100 | 11010 | 1000 |
Color Harmonies of #181B10
Complementary color
Monochromatic Colors of #181B10
Black with #181B10
Text Example
Text Example
White with #181B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B10; }
p { color: rgb(24,27,16); }
H1.HeaderClassName
{
color: #181B10;
}
.AnyTagClassName
{
color: #181B10;
}
</style>
background-color css
<style>
a { background-color: #181B10; }
a { background-color: rgb(24,27,16); }
div.DivClassName
{
background-color: #181B10;
}
.BgClassName
{
background-color: #181B10;
}
</style>
border-color css
<style>
span { border-color: #181B10; }
span { border-color: rgb(24,27,16); }
td.TdClassName
{
border-color: #181B10;
}
.TagClassName
{
border-color: #181B10;
}
</style>