Shades of Rangoon Green #0F1303
Tints of Rangoon Green #0F1303
RGB
CMYK
RGB Variations
Color information
#0F1303 (or 0x0F1303) is known color: Rangoon Green. HEX triplet: 0F, 13 and 03. RGB value is (15,19,3). Sum of RGB (Red+Green+Blue) = 15+19+3=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #0F1303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1303 is #F0ECFC. Grayscale: #101010. Windows color (decimal): -15789309 or 201487. OLE color: 201487.
HSL color Cylindrical-coordinate representation of color #0F1303: hue angle of 75º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F1303 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 19 | 3 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.93 |
| HSL | 75º | 0.73% | 0.04% | - |
| HSV(B) | 75º | 0.84% | 0.07% | - |
| XYZ | 0.45 | 0.57 | 0.17 | - |
| YUV | 15.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 3 | 0.21 | 0 | 0.84 | 0.93 | 75 | 0.73 | 0.04 |
| Hex | F | 13 | 3 | 15 | 0 | 54 | 5D | 4B | 49 | 4 |
| Octal | 17 | 23 | 3 | 25 | 0 | 124 | 135 | 113 | 111 | 4 |
| Binary | 1111 | 10011 | 11 | 10101 | 0 | 1010100 | 1011101 | 1001011 | 1001001 | 100 |
Color Harmonies of #0F1303
Complementary color
Monochromatic Colors of #0F1303
Black with #0F1303
Text Example
Text Example
White with #0F1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1303; }
p { color: rgb(15,19,3); }
H1.HeaderClassName
{
color: #0F1303;
}
.AnyTagClassName
{
color: #0F1303;
}
</style>
background-color css
<style>
a { background-color: #0F1303; }
a { background-color: rgb(15,19,3); }
div.DivClassName
{
background-color: #0F1303;
}
.BgClassName
{
background-color: #0F1303;
}
</style>
border-color css
<style>
span { border-color: #0F1303; }
span { border-color: rgb(15,19,3); }
td.TdClassName
{
border-color: #0F1303;
}
.TagClassName
{
border-color: #0F1303;
}
</style>