Shades of Racing Green #0F322B
Tints of Racing Green #0F322B
RGB
CMYK
RGB Variations
Color information
#0F322B (or 0x0F322B) is known color: Racing Green. HEX triplet: 0F, 32 and 2B. RGB value is (15,50,43). Sum of RGB (Red+Green+Blue) = 15+50+43=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #0F322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F322B is #F0CDD4. Grayscale: #262626. Windows color (decimal): -15781333 or 2830863. OLE color: 2830863.
HSL color Cylindrical-coordinate representation of color #0F322B: hue angle of 168º 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 #0F322B is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 50 | 43 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.80 |
| HSL | 168º | 0.54% | 0.13% | - |
| HSV(B) | 168º | 0.7% | 0.2% | - |
| XYZ | 1.77 | 2.56 | 2.69 | - |
| YUV | 38.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 43 | 0.70 | 0 | 0.14 | 0.80 | 168 | 0.54 | 0.13 |
| Hex | F | 32 | 2B | 46 | 0 | E | 50 | A8 | 36 | D |
| Octal | 17 | 62 | 53 | 106 | 0 | 16 | 120 | 250 | 66 | 15 |
| Binary | 1111 | 110010 | 101011 | 1000110 | 0 | 1110 | 1010000 | 10101000 | 110110 | 1101 |
Color Harmonies of #0F322B
Complementary color
Monochromatic Colors of #0F322B
Black with #0F322B
Text Example
Text Example
White with #0F322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F322B; }
p { color: rgb(15,50,43); }
H1.HeaderClassName
{
color: #0F322B;
}
.AnyTagClassName
{
color: #0F322B;
}
</style>
background-color css
<style>
a { background-color: #0F322B; }
a { background-color: rgb(15,50,43); }
div.DivClassName
{
background-color: #0F322B;
}
.BgClassName
{
background-color: #0F322B;
}
</style>
border-color css
<style>
span { border-color: #0F322B; }
span { border-color: rgb(15,50,43); }
td.TdClassName
{
border-color: #0F322B;
}
.TagClassName
{
border-color: #0F322B;
}
</style>