Shades of Racing Green #0F372D
Tints of Racing Green #0F372D
RGB
CMYK
RGB Variations
Color information
#0F372D (or 0x0F372D) is known color: Racing Green. HEX triplet: 0F, 37 and 2D. RGB value is (15,55,45). Sum of RGB (Red+Green+Blue) = 15+55+45=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #0F372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F372D is #F0C8D2. Grayscale: #292929. Windows color (decimal): -15780051 or 2963215. OLE color: 2963215.
HSL color Cylindrical-coordinate representation of color #0F372D: hue angle of 165º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F372D is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 55 | 45 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.78 |
| HSL | 165º | 0.57% | 0.14% | - |
| HSV(B) | 165º | 0.73% | 0.22% | - |
| XYZ | 2.04 | 3.02 | 2.96 | - |
| YUV | 41.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 45 | 0.73 | 0 | 0.18 | 0.78 | 165 | 0.57 | 0.14 |
| Hex | F | 37 | 2D | 49 | 0 | 12 | 4E | A5 | 39 | E |
| Octal | 17 | 67 | 55 | 111 | 0 | 22 | 116 | 245 | 71 | 16 |
| Binary | 1111 | 110111 | 101101 | 1001001 | 0 | 10010 | 1001110 | 10100101 | 111001 | 1110 |
Color Harmonies of #0F372D
Complementary color
Monochromatic Colors of #0F372D
Black with #0F372D
Text Example
Text Example
White with #0F372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F372D; }
p { color: rgb(15,55,45); }
H1.HeaderClassName
{
color: #0F372D;
}
.AnyTagClassName
{
color: #0F372D;
}
</style>
background-color css
<style>
a { background-color: #0F372D; }
a { background-color: rgb(15,55,45); }
div.DivClassName
{
background-color: #0F372D;
}
.BgClassName
{
background-color: #0F372D;
}
</style>
border-color css
<style>
span { border-color: #0F372D; }
span { border-color: rgb(15,55,45); }
td.TdClassName
{
border-color: #0F372D;
}
.TagClassName
{
border-color: #0F372D;
}
</style>