Shades of Racing Green #0F352D
Tints of Racing Green #0F352D
RGB
CMYK
RGB Variations
Color information
#0F352D (or 0x0F352D) is known color: Racing Green. HEX triplet: 0F, 35 and 2D. RGB value is (15,53,45). Sum of RGB (Red+Green+Blue) = 15+53+45=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #0F352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F352D is #F0CAD2. Grayscale: #282828. Windows color (decimal): -15780563 or 2962703. OLE color: 2962703.
HSL color Cylindrical-coordinate representation of color #0F352D: hue angle of 167.37º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F352D is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 53 | 45 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.79 |
| HSL | 167.37º | 0.56% | 0.13% | - |
| HSV(B) | 167.37º | 0.72% | 0.21% | - |
| XYZ | 1.94 | 2.84 | 2.93 | - |
| YUV | 40.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 45 | 0.72 | 0 | 0.15 | 0.79 | 167.37 | 0.56 | 0.13 |
| Hex | F | 35 | 2D | 48 | 0 | F | 4F | A7 | 38 | D |
| Octal | 17 | 65 | 55 | 110 | 0 | 17 | 117 | 247 | 70 | 15 |
| Binary | 1111 | 110101 | 101101 | 1001000 | 0 | 1111 | 1001111 | 10100111 | 111000 | 1101 |
Color Harmonies of #0F352D
Complementary color
Monochromatic Colors of #0F352D
Black with #0F352D
Text Example
Text Example
White with #0F352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F352D; }
p { color: rgb(15,53,45); }
H1.HeaderClassName
{
color: #0F352D;
}
.AnyTagClassName
{
color: #0F352D;
}
</style>
background-color css
<style>
a { background-color: #0F352D; }
a { background-color: rgb(15,53,45); }
div.DivClassName
{
background-color: #0F352D;
}
.BgClassName
{
background-color: #0F352D;
}
</style>
border-color css
<style>
span { border-color: #0F352D; }
span { border-color: rgb(15,53,45); }
td.TdClassName
{
border-color: #0F352D;
}
.TagClassName
{
border-color: #0F352D;
}
</style>