Shades of Racing Green #0E2422
Tints of Racing Green #0E2422
RGB
CMYK
RGB Variations
Color information
#0E2422 (or 0x0E2422) is known color: Racing Green. HEX triplet: 0E, 24 and 22. RGB value is (14,36,34). Sum of RGB (Red+Green+Blue) = 14+36+34=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #0E2422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2422 is #F1DBDD. Grayscale: #1D1D1D. Windows color (decimal): -15850462 or 2237454. OLE color: 2237454.
HSL color Cylindrical-coordinate representation of color #0E2422: hue angle of 174.55º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0E2422 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 36 | 34 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.86 |
| HSL | 174.55º | 0.44% | 0.1% | - |
| HSV(B) | 174.55º | 0.61% | 0.14% | - |
| XYZ | 1.1 | 1.47 | 1.74 | - |
| YUV | 29.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 34 | 0.61 | 0 | 0.06 | 0.86 | 174.55 | 0.44 | 0.1 |
| Hex | E | 24 | 22 | 3D | 0 | 6 | 56 | AF | 2C | A |
| Octal | 16 | 44 | 42 | 75 | 0 | 6 | 126 | 257 | 54 | 12 |
| Binary | 1110 | 100100 | 100010 | 111101 | 0 | 110 | 1010110 | 10101111 | 101100 | 1010 |
Color Harmonies of #0E2422
Complementary color
Monochromatic Colors of #0E2422
Black with #0E2422
Text Example
Text Example
White with #0E2422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2422; }
p { color: rgb(14,36,34); }
H1.HeaderClassName
{
color: #0E2422;
}
.AnyTagClassName
{
color: #0E2422;
}
</style>
background-color css
<style>
a { background-color: #0E2422; }
a { background-color: rgb(14,36,34); }
div.DivClassName
{
background-color: #0E2422;
}
.BgClassName
{
background-color: #0E2422;
}
</style>
border-color css
<style>
span { border-color: #0E2422; }
span { border-color: rgb(14,36,34); }
td.TdClassName
{
border-color: #0E2422;
}
.TagClassName
{
border-color: #0E2422;
}
</style>