Shades of Rangoon Green #181B0F
Tints of Rangoon Green #181B0F
RGB
CMYK
RGB Variations
Color information
#181B0F (or 0x181B0F) is known color: Rangoon Green. HEX triplet: 18, 1B and 0F. RGB value is (24,27,15). Sum of RGB (Red+Green+Blue) = 24+27+15=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 27 - color contains mainly: green. Hex color #181B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B0F is #E7E4F0. Grayscale: #181818. Windows color (decimal): -15197425 or 989976. OLE color: 989976.
HSL color Cylindrical-coordinate representation of color #181B0F: hue angle of 75º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #181B0F is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 15 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.89 |
| HSL | 75º | 0.29% | 0.08% | - |
| HSV(B) | 75º | 0.44% | 0.11% | - |
| XYZ | 0.85 | 1.01 | 0.6 | - |
| YUV | 24.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 15 | 0.11 | 0 | 0.44 | 0.89 | 75 | 0.29 | 0.08 |
| Hex | 18 | 1B | F | B | 0 | 2C | 59 | 4B | 1D | 8 |
| Octal | 30 | 33 | 17 | 13 | 0 | 54 | 131 | 113 | 35 | 10 |
| Binary | 11000 | 11011 | 1111 | 1011 | 0 | 101100 | 1011001 | 1001011 | 11101 | 1000 |
Color Harmonies of #181B0F
Complementary color
Monochromatic Colors of #181B0F
Black with #181B0F
Text Example
Text Example
White with #181B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B0F; }
p { color: rgb(24,27,15); }
H1.HeaderClassName
{
color: #181B0F;
}
.AnyTagClassName
{
color: #181B0F;
}
</style>
background-color css
<style>
a { background-color: #181B0F; }
a { background-color: rgb(24,27,15); }
div.DivClassName
{
background-color: #181B0F;
}
.BgClassName
{
background-color: #181B0F;
}
</style>
border-color css
<style>
span { border-color: #181B0F; }
span { border-color: rgb(24,27,15); }
td.TdClassName
{
border-color: #181B0F;
}
.TagClassName
{
border-color: #181B0F;
}
</style>