Shades of Racing Green #0E2A26
Tints of Racing Green #0E2A26
RGB
CMYK
RGB Variations
Color information
#0E2A26 (or 0x0E2A26) is known color: Racing Green. HEX triplet: 0E, 2A and 26. RGB value is (14,42,38). Sum of RGB (Red+Green+Blue) = 14+42+38=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 42 - color contains mainly: green. Hex color #0E2A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2A26 is #F1D5D9. Grayscale: #212121. Windows color (decimal): -15848922 or 2501134. OLE color: 2501134.
HSL color Cylindrical-coordinate representation of color #0E2A26: hue angle of 171.43º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E2A26 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 42 | 38 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.84 |
| HSL | 171.43º | 0.5% | 0.11% | - |
| HSV(B) | 171.43º | 0.67% | 0.16% | - |
| XYZ | 1.36 | 1.89 | 2.13 | - |
| YUV | 33.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 42 | 38 | 0.67 | 0 | 0.10 | 0.84 | 171.43 | 0.5 | 0.11 |
| Hex | E | 2A | 26 | 43 | 0 | A | 54 | AB | 32 | B |
| Octal | 16 | 52 | 46 | 103 | 0 | 12 | 124 | 253 | 62 | 13 |
| Binary | 1110 | 101010 | 100110 | 1000011 | 0 | 1010 | 1010100 | 10101011 | 110010 | 1011 |
Color Harmonies of #0E2A26
Complementary color
Monochromatic Colors of #0E2A26
Black with #0E2A26
Text Example
Text Example
White with #0E2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2A26; }
p { color: rgb(14,42,38); }
H1.HeaderClassName
{
color: #0E2A26;
}
.AnyTagClassName
{
color: #0E2A26;
}
</style>
background-color css
<style>
a { background-color: #0E2A26; }
a { background-color: rgb(14,42,38); }
div.DivClassName
{
background-color: #0E2A26;
}
.BgClassName
{
background-color: #0E2A26;
}
</style>
border-color css
<style>
span { border-color: #0E2A26; }
span { border-color: rgb(14,42,38); }
td.TdClassName
{
border-color: #0E2A26;
}
.TagClassName
{
border-color: #0E2A26;
}
</style>