Shades of Racing Green #0F362E
Tints of Racing Green #0F362E
RGB
CMYK
RGB Variations
Color information
#0F362E (or 0x0F362E) is known color: Racing Green. HEX triplet: 0F, 36 and 2E. RGB value is (15,54,46). Sum of RGB (Red+Green+Blue) = 15+54+46=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #0F362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F362E is #F0C9D1. Grayscale: #292929. Windows color (decimal): -15780306 or 3028495. OLE color: 3028495.
HSL color Cylindrical-coordinate representation of color #0F362E: hue angle of 167.69º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F362E is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 54 | 46 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.79 |
| HSL | 167.69º | 0.57% | 0.14% | - |
| HSV(B) | 167.69º | 0.72% | 0.21% | - |
| XYZ | 2.01 | 2.94 | 3.05 | - |
| YUV | 41.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 46 | 0.72 | 0 | 0.15 | 0.79 | 167.69 | 0.57 | 0.14 |
| Hex | F | 36 | 2E | 48 | 0 | F | 4F | A8 | 39 | E |
| Octal | 17 | 66 | 56 | 110 | 0 | 17 | 117 | 250 | 71 | 16 |
| Binary | 1111 | 110110 | 101110 | 1001000 | 0 | 1111 | 1001111 | 10101000 | 111001 | 1110 |
Color Harmonies of #0F362E
Complementary color
Monochromatic Colors of #0F362E
Black with #0F362E
Text Example
Text Example
White with #0F362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F362E; }
p { color: rgb(15,54,46); }
H1.HeaderClassName
{
color: #0F362E;
}
.AnyTagClassName
{
color: #0F362E;
}
</style>
background-color css
<style>
a { background-color: #0F362E; }
a { background-color: rgb(15,54,46); }
div.DivClassName
{
background-color: #0F362E;
}
.BgClassName
{
background-color: #0F362E;
}
</style>
border-color css
<style>
span { border-color: #0F362E; }
span { border-color: rgb(15,54,46); }
td.TdClassName
{
border-color: #0F362E;
}
.TagClassName
{
border-color: #0F362E;
}
</style>