Shades of Racing Green #0E332F
Tints of Racing Green #0E332F
RGB
CMYK
RGB Variations
Color information
#0E332F (or 0x0E332F) is known color: Racing Green. HEX triplet: 0E, 33 and 2F. RGB value is (14,51,47). Sum of RGB (Red+Green+Blue) = 14+51+47=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #0E332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E332F is #F1CCD0. Grayscale: #272727. Windows color (decimal): -15846609 or 3093262. OLE color: 3093262.
HSL color Cylindrical-coordinate representation of color #0E332F: hue angle of 173.51º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E332F is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 14 | 51 | 47 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.8 |
| HSL | 173.51º | 0.57% | 0.13% | - |
| HSV(B) | 173.51º | 0.73% | 0.2% | - |
| XYZ | 1.88 | 2.67 | 3.1 | - |
| YUV | 39.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 47 | 0.73 | 0 | 0.08 | 0.8 | 173.51 | 0.57 | 0.13 |
| Hex | E | 33 | 2F | 49 | 0 | 8 | 50 | AE | 39 | D |
| Octal | 16 | 63 | 57 | 111 | 0 | 10 | 120 | 256 | 71 | 15 |
| Binary | 1110 | 110011 | 101111 | 1001001 | 0 | 1000 | 1010000 | 10101110 | 111001 | 1101 |
Color Harmonies of #0E332F
Complementary color
Monochromatic Colors of #0E332F
Black with #0E332F
Text Example
Text Example
White with #0E332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E332F; }
p { color: rgb(14,51,47); }
H1.HeaderClassName
{
color: #0E332F;
}
.AnyTagClassName
{
color: #0E332F;
}
</style>
background-color css
<style>
a { background-color: #0E332F; }
a { background-color: rgb(14,51,47); }
div.DivClassName
{
background-color: #0E332F;
}
.BgClassName
{
background-color: #0E332F;
}
</style>
border-color css
<style>
span { border-color: #0E332F; }
span { border-color: rgb(14,51,47); }
td.TdClassName
{
border-color: #0E332F;
}
.TagClassName
{
border-color: #0E332F;
}
</style>