Shades of Rangoon Green #0F1400
Tints of Rangoon Green #0F1400
RGB
CMYK
RGB Variations
Color information
#0F1400 (or 0x0F1400) is known color: Rangoon Green. HEX triplet: 0F, 14 and 00. RGB value is (15,20,0). Sum of RGB (Red+Green+Blue) = 15+20+0=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #0F1400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1400 is #F0EBFF. Grayscale: #101010. Windows color (decimal): -15789056 or 5135. OLE color: 5135.
HSL color Cylindrical-coordinate representation of color #0F1400: hue angle of 75º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F1400 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 20 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.92 |
| HSL | 75º | 1% | 0.04% | - |
| HSV(B) | 75º | 1% | 0.08% | - |
| XYZ | 0.45 | 0.6 | 0.09 | - |
| YUV | 16.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 0 | 0.25 | 0 | 1 | 0.92 | 75 | 1 | 0.04 |
| Hex | F | 14 | 0 | 19 | 0 | 64 | 5C | 4B | 64 | 4 |
| Octal | 17 | 24 | 0 | 31 | 0 | 144 | 134 | 113 | 144 | 4 |
| Binary | 1111 | 10100 | 0 | 11001 | 0 | 1100100 | 1011100 | 1001011 | 1100100 | 100 |
Color Harmonies of #0F1400
Complementary color
Monochromatic Colors of #0F1400
Black with #0F1400
Text Example
Text Example
White with #0F1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1400; }
p { color: rgb(15,20,0); }
H1.HeaderClassName
{
color: #0F1400;
}
.AnyTagClassName
{
color: #0F1400;
}
</style>
background-color css
<style>
a { background-color: #0F1400; }
a { background-color: rgb(15,20,0); }
div.DivClassName
{
background-color: #0F1400;
}
.BgClassName
{
background-color: #0F1400;
}
</style>
border-color css
<style>
span { border-color: #0F1400; }
span { border-color: rgb(15,20,0); }
td.TdClassName
{
border-color: #0F1400;
}
.TagClassName
{
border-color: #0F1400;
}
</style>