Shades of Racing Green #0F2D28
Tints of Racing Green #0F2D28
RGB
CMYK
RGB Variations
Color information
#0F2D28 (or 0x0F2D28) is known color: Racing Green. HEX triplet: 0F, 2D and 28. RGB value is (15,45,40). Sum of RGB (Red+Green+Blue) = 15+45+40=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 45 - color contains mainly: green. Hex color #0F2D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2D28 is #F0D2D7. Grayscale: #232323. Windows color (decimal): -15782616 or 2632975. OLE color: 2632975.
HSL color Cylindrical-coordinate representation of color #0F2D28: hue angle of 170º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F2D28 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 45 | 40 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.82 |
| HSL | 170º | 0.5% | 0.12% | - |
| HSV(B) | 170º | 0.67% | 0.18% | - |
| XYZ | 1.52 | 2.13 | 2.34 | - |
| YUV | 35.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 45 | 40 | 0.67 | 0 | 0.11 | 0.82 | 170 | 0.5 | 0.12 |
| Hex | F | 2D | 28 | 43 | 0 | B | 52 | AA | 32 | C |
| Octal | 17 | 55 | 50 | 103 | 0 | 13 | 122 | 252 | 62 | 14 |
| Binary | 1111 | 101101 | 101000 | 1000011 | 0 | 1011 | 1010010 | 10101010 | 110010 | 1100 |
Color Harmonies of #0F2D28
Complementary color
Monochromatic Colors of #0F2D28
Black with #0F2D28
Text Example
Text Example
White with #0F2D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2D28; }
p { color: rgb(15,45,40); }
H1.HeaderClassName
{
color: #0F2D28;
}
.AnyTagClassName
{
color: #0F2D28;
}
</style>
background-color css
<style>
a { background-color: #0F2D28; }
a { background-color: rgb(15,45,40); }
div.DivClassName
{
background-color: #0F2D28;
}
.BgClassName
{
background-color: #0F2D28;
}
</style>
border-color css
<style>
span { border-color: #0F2D28; }
span { border-color: rgb(15,45,40); }
td.TdClassName
{
border-color: #0F2D28;
}
.TagClassName
{
border-color: #0F2D28;
}
</style>