Shades of Racing Green #1E2725
Tints of Racing Green #1E2725
RGB
CMYK
RGB Variations
Color information
#1E2725 (or 0x1E2725) is known color: Racing Green. HEX triplet: 1E, 27 and 25. RGB value is (30,39,37). Sum of RGB (Red+Green+Blue) = 30+39+37=106 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.30% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2725 is #E1D8DA. Grayscale: #242424. Windows color (decimal): -14801115 or 2434846. OLE color: 2434846.
HSL color Cylindrical-coordinate representation of color #1E2725: hue angle of 166.67º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1E2725 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 39 | 37 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.85 |
| HSL | 166.67º | 0.13% | 0.14% | - |
| HSV(B) | 166.67º | 0.23% | 0.15% | - |
| XYZ | 1.59 | 1.86 | 2.03 | - |
| YUV | 36.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 37 | 0.23 | 0 | 0.05 | 0.85 | 166.67 | 0.13 | 0.14 |
| Hex | 1E | 27 | 25 | 17 | 0 | 5 | 55 | A7 | D | E |
| Octal | 36 | 47 | 45 | 27 | 0 | 5 | 125 | 247 | 15 | 16 |
| Binary | 11110 | 100111 | 100101 | 10111 | 0 | 101 | 1010101 | 10100111 | 1101 | 1110 |
Color Harmonies of #1E2725
Complementary color
Monochromatic Colors of #1E2725
Black with #1E2725
Text Example
Text Example
White with #1E2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2725; }
p { color: rgb(30,39,37); }
H1.HeaderClassName
{
color: #1E2725;
}
.AnyTagClassName
{
color: #1E2725;
}
</style>
background-color css
<style>
a { background-color: #1E2725; }
a { background-color: rgb(30,39,37); }
div.DivClassName
{
background-color: #1E2725;
}
.BgClassName
{
background-color: #1E2725;
}
</style>
border-color css
<style>
span { border-color: #1E2725; }
span { border-color: rgb(30,39,37); }
td.TdClassName
{
border-color: #1E2725;
}
.TagClassName
{
border-color: #1E2725;
}
</style>