Shades of Rangoon Green #0E0F0B
Tints of Rangoon Green #0E0F0B
RGB
CMYK
RGB Variations
Color information
#0E0F0B (or 0x0E0F0B) is known color: Rangoon Green. HEX triplet: 0E, 0F and 0B. RGB value is (14,15,11). Sum of RGB (Red+Green+Blue) = 14+15+11=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 15 - color contains mainly: green. Hex color #0E0F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0F0B is #F1F0F4. Grayscale: #0E0E0E. Windows color (decimal): -15855861 or 724750. OLE color: 724750.
HSL color Cylindrical-coordinate representation of color #0E0F0B: hue angle of 75º degrees, saturation: 0.15, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #0E0F0B is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
RGB | 14 | 15 | 11 | - |
CMYK | 0.07 | 0 | 0.27 | 0.94 |
HSL | 75º | 0.15% | 0.05% | - |
HSV(B) | 75º | 0.27% | 0.06% | - |
XYZ | 0.41 | 0.46 | 0.38 | - |
YUV | 14.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 15 | 11 | 0.07 | 0 | 0.27 | 0.94 | 75 | 0.15 | 0.05 |
Hex | E | F | B | 7 | 0 | 1B | 5E | 4B | F | 5 |
Octal | 16 | 17 | 13 | 7 | 0 | 33 | 136 | 113 | 17 | 5 |
Binary | 1110 | 1111 | 1011 | 111 | 0 | 11011 | 1011110 | 1001011 | 1111 | 101 |
Color Harmonies of #0E0F0B
Complementary color
Monochromatic Colors of #0E0F0B
Black with #0E0F0B
Text Example
Text Example
White with #0E0F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0F0B; }
p { color: rgb(14,15,11); }
H1.HeaderClassName
{
color: #0E0F0B;
}
.AnyTagClassName
{
color: #0E0F0B;
}
</style>
background-color css
<style>
a { background-color: #0E0F0B; }
a { background-color: rgb(14,15,11); }
div.DivClassName
{
background-color: #0E0F0B;
}
.BgClassName
{
background-color: #0E0F0B;
}
</style>
border-color css
<style>
span { border-color: #0E0F0B; }
span { border-color: rgb(14,15,11); }
td.TdClassName
{
border-color: #0E0F0B;
}
.TagClassName
{
border-color: #0E0F0B;
}
</style>