Shades of Racing Green #0F2E29
Tints of Racing Green #0F2E29
RGB
CMYK
RGB Variations
Color information
#0F2E29 (or 0x0F2E29) is known color: Racing Green. HEX triplet: 0F, 2E and 29. RGB value is (15,46,41). Sum of RGB (Red+Green+Blue) = 15+46+41=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #0F2E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2E29 is #F0D1D6. Grayscale: #242424. Windows color (decimal): -15782359 or 2698767. OLE color: 2698767.
HSL color Cylindrical-coordinate representation of color #0F2E29: hue angle of 170.32º degrees, saturation: 0.51, 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 #0F2E29 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 46 | 41 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.82 |
| HSL | 170.32º | 0.51% | 0.12% | - |
| HSV(B) | 170.32º | 0.67% | 0.18% | - |
| XYZ | 1.57 | 2.22 | 2.44 | - |
| YUV | 36.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 46 | 41 | 0.67 | 0 | 0.11 | 0.82 | 170.32 | 0.51 | 0.12 |
| Hex | F | 2E | 29 | 43 | 0 | B | 52 | AA | 33 | C |
| Octal | 17 | 56 | 51 | 103 | 0 | 13 | 122 | 252 | 63 | 14 |
| Binary | 1111 | 101110 | 101001 | 1000011 | 0 | 1011 | 1010010 | 10101010 | 110011 | 1100 |
Color Harmonies of #0F2E29
Complementary color
Monochromatic Colors of #0F2E29
Black with #0F2E29
Text Example
Text Example
White with #0F2E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2E29; }
p { color: rgb(15,46,41); }
H1.HeaderClassName
{
color: #0F2E29;
}
.AnyTagClassName
{
color: #0F2E29;
}
</style>
background-color css
<style>
a { background-color: #0F2E29; }
a { background-color: rgb(15,46,41); }
div.DivClassName
{
background-color: #0F2E29;
}
.BgClassName
{
background-color: #0F2E29;
}
</style>
border-color css
<style>
span { border-color: #0F2E29; }
span { border-color: rgb(15,46,41); }
td.TdClassName
{
border-color: #0F2E29;
}
.TagClassName
{
border-color: #0F2E29;
}
</style>