Shades of Racing Green #0F2F28
Tints of Racing Green #0F2F28
RGB
CMYK
RGB Variations
Color information
#0F2F28 (or 0x0F2F28) is known color: Racing Green. HEX triplet: 0F, 2F and 28. RGB value is (15,47,40). Sum of RGB (Red+Green+Blue) = 15+47+40=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2F28 is #F0D0D7. Grayscale: #242424. Windows color (decimal): -15782104 or 2633487. OLE color: 2633487.
HSL color Cylindrical-coordinate representation of color #0F2F28: hue angle of 166.88º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F2F28 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 47 | 40 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.82 |
| HSL | 166.88º | 0.52% | 0.12% | - |
| HSV(B) | 166.88º | 0.68% | 0.18% | - |
| XYZ | 1.6 | 2.29 | 2.36 | - |
| YUV | 36.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 40 | 0.68 | 0 | 0.15 | 0.82 | 166.88 | 0.52 | 0.12 |
| Hex | F | 2F | 28 | 44 | 0 | F | 52 | A7 | 34 | C |
| Octal | 17 | 57 | 50 | 104 | 0 | 17 | 122 | 247 | 64 | 14 |
| Binary | 1111 | 101111 | 101000 | 1000100 | 0 | 1111 | 1010010 | 10100111 | 110100 | 1100 |
Color Harmonies of #0F2F28
Complementary color
Monochromatic Colors of #0F2F28
Black with #0F2F28
Text Example
Text Example
White with #0F2F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2F28; }
p { color: rgb(15,47,40); }
H1.HeaderClassName
{
color: #0F2F28;
}
.AnyTagClassName
{
color: #0F2F28;
}
</style>
background-color css
<style>
a { background-color: #0F2F28; }
a { background-color: rgb(15,47,40); }
div.DivClassName
{
background-color: #0F2F28;
}
.BgClassName
{
background-color: #0F2F28;
}
</style>
border-color css
<style>
span { border-color: #0F2F28; }
span { border-color: rgb(15,47,40); }
td.TdClassName
{
border-color: #0F2F28;
}
.TagClassName
{
border-color: #0F2F28;
}
</style>