Shades of Racing Green #0F201E
Tints of Racing Green #0F201E
RGB
CMYK
RGB Variations
Color information
#0F201E (or 0x0F201E) is known color: Racing Green. HEX triplet: 0F, 20 and 1E. RGB value is (15,32,30). Sum of RGB (Red+Green+Blue) = 15+32+30=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #0F201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F201E is #F0DFE1. Grayscale: #1A1A1A. Windows color (decimal): -15785954 or 1974287. OLE color: 1974287.
HSL color Cylindrical-coordinate representation of color #0F201E: hue angle of 172.94º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F201E is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 32 | 30 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.87 |
| HSL | 172.94º | 0.36% | 0.09% | - |
| HSV(B) | 172.94º | 0.53% | 0.13% | - |
| XYZ | 0.95 | 1.23 | 1.42 | - |
| YUV | 26.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 30 | 0.53 | 0 | 0.06 | 0.87 | 172.94 | 0.36 | 0.09 |
| Hex | F | 20 | 1E | 35 | 0 | 6 | 57 | AD | 24 | 9 |
| Octal | 17 | 40 | 36 | 65 | 0 | 6 | 127 | 255 | 44 | 11 |
| Binary | 1111 | 100000 | 11110 | 110101 | 0 | 110 | 1010111 | 10101101 | 100100 | 1001 |
Color Harmonies of #0F201E
Complementary color
Monochromatic Colors of #0F201E
Black with #0F201E
Text Example
Text Example
White with #0F201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F201E; }
p { color: rgb(15,32,30); }
H1.HeaderClassName
{
color: #0F201E;
}
.AnyTagClassName
{
color: #0F201E;
}
</style>
background-color css
<style>
a { background-color: #0F201E; }
a { background-color: rgb(15,32,30); }
div.DivClassName
{
background-color: #0F201E;
}
.BgClassName
{
background-color: #0F201E;
}
</style>
border-color css
<style>
span { border-color: #0F201E; }
span { border-color: rgb(15,32,30); }
td.TdClassName
{
border-color: #0F201E;
}
.TagClassName
{
border-color: #0F201E;
}
</style>