Shades of Racing Green #0F342F
Tints of Racing Green #0F342F
RGB
CMYK
RGB Variations
Color information
#0F342F (or 0x0F342F) is known color: Racing Green. HEX triplet: 0F, 34 and 2F. RGB value is (15,52,47). Sum of RGB (Red+Green+Blue) = 15+52+47=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #0F342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F342F is #F0CBD0. Grayscale: #282828. Windows color (decimal): -15780817 or 3093519. OLE color: 3093519.
HSL color Cylindrical-coordinate representation of color #0F342F: hue angle of 171.89º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F342F is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 52 | 47 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.80 |
| HSL | 171.89º | 0.55% | 0.13% | - |
| HSV(B) | 171.89º | 0.71% | 0.2% | - |
| XYZ | 1.94 | 2.76 | 3.12 | - |
| YUV | 40.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 47 | 0.71 | 0 | 0.10 | 0.80 | 171.89 | 0.55 | 0.13 |
| Hex | F | 34 | 2F | 47 | 0 | A | 50 | AC | 37 | D |
| Octal | 17 | 64 | 57 | 107 | 0 | 12 | 120 | 254 | 67 | 15 |
| Binary | 1111 | 110100 | 101111 | 1000111 | 0 | 1010 | 1010000 | 10101100 | 110111 | 1101 |
Color Harmonies of #0F342F
Complementary color
Monochromatic Colors of #0F342F
Black with #0F342F
Text Example
Text Example
White with #0F342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F342F; }
p { color: rgb(15,52,47); }
H1.HeaderClassName
{
color: #0F342F;
}
.AnyTagClassName
{
color: #0F342F;
}
</style>
background-color css
<style>
a { background-color: #0F342F; }
a { background-color: rgb(15,52,47); }
div.DivClassName
{
background-color: #0F342F;
}
.BgClassName
{
background-color: #0F342F;
}
</style>
border-color css
<style>
span { border-color: #0F342F; }
span { border-color: rgb(15,52,47); }
td.TdClassName
{
border-color: #0F342F;
}
.TagClassName
{
border-color: #0F342F;
}
</style>