Shades of Racing Green #0E362D
Tints of Racing Green #0E362D
RGB
CMYK
RGB Variations
Color information
#0E362D (or 0x0E362D) is known color: Racing Green. HEX triplet: 0E, 36 and 2D. RGB value is (14,54,45). Sum of RGB (Red+Green+Blue) = 14+54+45=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #0E362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E362D is #F1C9D2. Grayscale: #292929. Windows color (decimal): -15845843 or 2962958. OLE color: 2962958.
HSL color Cylindrical-coordinate representation of color #0E362D: hue angle of 166.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E362D is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 54 | 45 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.79 |
| HSL | 166.5º | 0.59% | 0.13% | - |
| HSV(B) | 166.5º | 0.74% | 0.21% | - |
| XYZ | 1.97 | 2.92 | 2.94 | - |
| YUV | 41.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 45 | 0.74 | 0 | 0.17 | 0.79 | 166.5 | 0.59 | 0.13 |
| Hex | E | 36 | 2D | 4A | 0 | 11 | 4F | A6 | 3B | D |
| Octal | 16 | 66 | 55 | 112 | 0 | 21 | 117 | 246 | 73 | 15 |
| Binary | 1110 | 110110 | 101101 | 1001010 | 0 | 10001 | 1001111 | 10100110 | 111011 | 1101 |
Color Harmonies of #0E362D
Complementary color
Monochromatic Colors of #0E362D
Black with #0E362D
Text Example
Text Example
White with #0E362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E362D; }
p { color: rgb(14,54,45); }
H1.HeaderClassName
{
color: #0E362D;
}
.AnyTagClassName
{
color: #0E362D;
}
</style>
background-color css
<style>
a { background-color: #0E362D; }
a { background-color: rgb(14,54,45); }
div.DivClassName
{
background-color: #0E362D;
}
.BgClassName
{
background-color: #0E362D;
}
</style>
border-color css
<style>
span { border-color: #0E362D; }
span { border-color: rgb(14,54,45); }
td.TdClassName
{
border-color: #0E362D;
}
.TagClassName
{
border-color: #0E362D;
}
</style>