Shades of Rangoon Green #0F100C
Tints of Rangoon Green #0F100C
RGB
CMYK
RGB Variations
Color information
#0F100C (or 0x0F100C) is known color: Rangoon Green. HEX triplet: 0F, 10 and 0C. RGB value is (15,16,12). Sum of RGB (Red+Green+Blue) = 15+16+12=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 16 - color contains mainly: green. Hex color #0F100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F100C is #F0EFF3. Grayscale: #0F0F0F. Windows color (decimal): -15790068 or 790543. OLE color: 790543.
HSL color Cylindrical-coordinate representation of color #0F100C: hue angle of 75º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0F100C is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 16 | 12 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.94 |
| HSL | 75º | 0.14% | 0.05% | - |
| HSV(B) | 75º | 0.25% | 0.06% | - |
| XYZ | 0.45 | 0.5 | 0.42 | - |
| YUV | 15.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 12 | 0.06 | 0 | 0.25 | 0.94 | 75 | 0.14 | 0.05 |
| Hex | F | 10 | C | 6 | 0 | 19 | 5E | 4B | E | 5 |
| Octal | 17 | 20 | 14 | 6 | 0 | 31 | 136 | 113 | 16 | 5 |
| Binary | 1111 | 10000 | 1100 | 110 | 0 | 11001 | 1011110 | 1001011 | 1110 | 101 |
Color Harmonies of #0F100C
Complementary color
Monochromatic Colors of #0F100C
Black with #0F100C
Text Example
Text Example
White with #0F100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F100C; }
p { color: rgb(15,16,12); }
H1.HeaderClassName
{
color: #0F100C;
}
.AnyTagClassName
{
color: #0F100C;
}
</style>
background-color css
<style>
a { background-color: #0F100C; }
a { background-color: rgb(15,16,12); }
div.DivClassName
{
background-color: #0F100C;
}
.BgClassName
{
background-color: #0F100C;
}
</style>
border-color css
<style>
span { border-color: #0F100C; }
span { border-color: rgb(15,16,12); }
td.TdClassName
{
border-color: #0F100C;
}
.TagClassName
{
border-color: #0F100C;
}
</style>