Shades of Racing Green #1E2523
Tints of Racing Green #1E2523
RGB
CMYK
RGB Variations
Color information
#1E2523 (or 0x1E2523) is known color: Racing Green. HEX triplet: 1E, 25 and 23. RGB value is (30,37,35). Sum of RGB (Red+Green+Blue) = 30+37+35=102 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.41% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2523 is #E1DADC. Grayscale: #222222. Windows color (decimal): -14801629 or 2303262. OLE color: 2303262.
HSL color Cylindrical-coordinate representation of color #1E2523: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1E2523 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 35 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.85 |
| HSL | 162.86º | 0.1% | 0.13% | - |
| HSV(B) | 162.86º | 0.19% | 0.15% | - |
| XYZ | 1.5 | 1.72 | 1.84 | - |
| YUV | 34.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 35 | 0.19 | 0 | 0.05 | 0.85 | 162.86 | 0.1 | 0.13 |
| Hex | 1E | 25 | 23 | 13 | 0 | 5 | 55 | A3 | A | D |
| Octal | 36 | 45 | 43 | 23 | 0 | 5 | 125 | 243 | 12 | 15 |
| Binary | 11110 | 100101 | 100011 | 10011 | 0 | 101 | 1010101 | 10100011 | 1010 | 1101 |
Color Harmonies of #1E2523
Complementary color
Monochromatic Colors of #1E2523
Black with #1E2523
Text Example
Text Example
White with #1E2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2523; }
p { color: rgb(30,37,35); }
H1.HeaderClassName
{
color: #1E2523;
}
.AnyTagClassName
{
color: #1E2523;
}
</style>
background-color css
<style>
a { background-color: #1E2523; }
a { background-color: rgb(30,37,35); }
div.DivClassName
{
background-color: #1E2523;
}
.BgClassName
{
background-color: #1E2523;
}
</style>
border-color css
<style>
span { border-color: #1E2523; }
span { border-color: rgb(30,37,35); }
td.TdClassName
{
border-color: #1E2523;
}
.TagClassName
{
border-color: #1E2523;
}
</style>