Shades of Racing Green #1E332C
Tints of Racing Green #1E332C
RGB
CMYK
RGB Variations
Color information
#1E332C (or 0x1E332C) is known color: Racing Green. HEX triplet: 1E, 33 and 2C. RGB value is (30,51,44). Sum of RGB (Red+Green+Blue) = 30+51+44=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #1E332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E332C is #E1CCD3. Grayscale: #2B2B2B. Windows color (decimal): -14798036 or 2896670. OLE color: 2896670.
HSL color Cylindrical-coordinate representation of color #1E332C: hue angle of 160º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1E332C is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 30 | 51 | 44 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.8 |
| HSL | 160º | 0.26% | 0.16% | - |
| HSV(B) | 160º | 0.41% | 0.2% | - |
| XYZ | 2.17 | 2.83 | 2.81 | - |
| YUV | 43.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 44 | 0.41 | 0 | 0.14 | 0.8 | 160 | 0.26 | 0.16 |
| Hex | 1E | 33 | 2C | 29 | 0 | E | 50 | A0 | 1A | 10 |
| Octal | 36 | 63 | 54 | 51 | 0 | 16 | 120 | 240 | 32 | 20 |
| Binary | 11110 | 110011 | 101100 | 101001 | 0 | 1110 | 1010000 | 10100000 | 11010 | 10000 |
Color Harmonies of #1E332C
Complementary color
Monochromatic Colors of #1E332C
Black with #1E332C
Text Example
Text Example
White with #1E332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E332C; }
p { color: rgb(30,51,44); }
H1.HeaderClassName
{
color: #1E332C;
}
.AnyTagClassName
{
color: #1E332C;
}
</style>
background-color css
<style>
a { background-color: #1E332C; }
a { background-color: rgb(30,51,44); }
div.DivClassName
{
background-color: #1E332C;
}
.BgClassName
{
background-color: #1E332C;
}
</style>
border-color css
<style>
span { border-color: #1E332C; }
span { border-color: rgb(30,51,44); }
td.TdClassName
{
border-color: #1E332C;
}
.TagClassName
{
border-color: #1E332C;
}
</style>