Shades of Racing Green #1E2625
Tints of Racing Green #1E2625
RGB
CMYK
RGB Variations
Color information
#1E2625 (or 0x1E2625) is known color: Racing Green. HEX triplet: 1E, 26 and 25. RGB value is (30,38,37). Sum of RGB (Red+Green+Blue) = 30+38+37=105 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.57% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2625 is #E1D9DA. Grayscale: #232323. Windows color (decimal): -14801371 or 2434590. OLE color: 2434590.
HSL color Cylindrical-coordinate representation of color #1E2625: hue angle of 172.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1E2625 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 38 | 37 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.85 |
| HSL | 172.5º | 0.12% | 0.13% | - |
| HSV(B) | 172.5º | 0.21% | 0.15% | - |
| XYZ | 1.56 | 1.8 | 2.01 | - |
| YUV | 35.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 37 | 0.21 | 0 | 0.03 | 0.85 | 172.5 | 0.12 | 0.13 |
| Hex | 1E | 26 | 25 | 15 | 0 | 3 | 55 | AC | C | D |
| Octal | 36 | 46 | 45 | 25 | 0 | 3 | 125 | 254 | 14 | 15 |
| Binary | 11110 | 100110 | 100101 | 10101 | 0 | 11 | 1010101 | 10101100 | 1100 | 1101 |
Color Harmonies of #1E2625
Complementary color
Monochromatic Colors of #1E2625
Black with #1E2625
Text Example
Text Example
White with #1E2625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2625; }
p { color: rgb(30,38,37); }
H1.HeaderClassName
{
color: #1E2625;
}
.AnyTagClassName
{
color: #1E2625;
}
</style>
background-color css
<style>
a { background-color: #1E2625; }
a { background-color: rgb(30,38,37); }
div.DivClassName
{
background-color: #1E2625;
}
.BgClassName
{
background-color: #1E2625;
}
</style>
border-color css
<style>
span { border-color: #1E2625; }
span { border-color: rgb(30,38,37); }
td.TdClassName
{
border-color: #1E2625;
}
.TagClassName
{
border-color: #1E2625;
}
</style>