Shades of Racing Green #0F322A
Tints of Racing Green #0F322A
RGB
CMYK
RGB Variations
Color information
#0F322A (or 0x0F322A) is known color: Racing Green. HEX triplet: 0F, 32 and 2A. RGB value is (15,50,42). Sum of RGB (Red+Green+Blue) = 15+50+42=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #0F322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F322A is #F0CDD5. Grayscale: #262626. Windows color (decimal): -15781334 or 2765327. OLE color: 2765327.
HSL color Cylindrical-coordinate representation of color #0F322A: hue angle of 166.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F322A is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 50 | 42 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.80 |
| HSL | 166.29º | 0.54% | 0.13% | - |
| HSV(B) | 166.29º | 0.7% | 0.2% | - |
| XYZ | 1.76 | 2.55 | 2.59 | - |
| YUV | 38.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 42 | 0.70 | 0 | 0.16 | 0.80 | 166.29 | 0.54 | 0.13 |
| Hex | F | 32 | 2A | 46 | 0 | 10 | 50 | A6 | 36 | D |
| Octal | 17 | 62 | 52 | 106 | 0 | 20 | 120 | 246 | 66 | 15 |
| Binary | 1111 | 110010 | 101010 | 1000110 | 0 | 10000 | 1010000 | 10100110 | 110110 | 1101 |
Color Harmonies of #0F322A
Complementary color
Monochromatic Colors of #0F322A
Black with #0F322A
Text Example
Text Example
White with #0F322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F322A; }
p { color: rgb(15,50,42); }
H1.HeaderClassName
{
color: #0F322A;
}
.AnyTagClassName
{
color: #0F322A;
}
</style>
background-color css
<style>
a { background-color: #0F322A; }
a { background-color: rgb(15,50,42); }
div.DivClassName
{
background-color: #0F322A;
}
.BgClassName
{
background-color: #0F322A;
}
</style>
border-color css
<style>
span { border-color: #0F322A; }
span { border-color: rgb(15,50,42); }
td.TdClassName
{
border-color: #0F322A;
}
.TagClassName
{
border-color: #0F322A;
}
</style>