Shades of Racing Green #1E2F2D
Tints of Racing Green #1E2F2D
RGB
CMYK
RGB Variations
Color information
#1E2F2D (or 0x1E2F2D) is known color: Racing Green. HEX triplet: 1E, 2F and 2D. RGB value is (30,47,45). Sum of RGB (Red+Green+Blue) = 30+47+45=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 47 - color contains mainly: green. Hex color #1E2F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F2D is #E1D0D2. Grayscale: #292929. Windows color (decimal): -14799059 or 2961182. OLE color: 2961182.
HSL color Cylindrical-coordinate representation of color #1E2F2D: hue angle of 172.94º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1E2F2D is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 47 | 45 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.82 |
| HSL | 172.94º | 0.22% | 0.15% | - |
| HSV(B) | 172.94º | 0.36% | 0.18% | - |
| XYZ | 2.03 | 2.5 | 2.86 | - |
| YUV | 41.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 45 | 0.36 | 0 | 0.04 | 0.82 | 172.94 | 0.22 | 0.15 |
| Hex | 1E | 2F | 2D | 24 | 0 | 4 | 52 | AD | 16 | F |
| Octal | 36 | 57 | 55 | 44 | 0 | 4 | 122 | 255 | 26 | 17 |
| Binary | 11110 | 101111 | 101101 | 100100 | 0 | 100 | 1010010 | 10101101 | 10110 | 1111 |
Color Harmonies of #1E2F2D
Complementary color
Monochromatic Colors of #1E2F2D
Black with #1E2F2D
Text Example
Text Example
White with #1E2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F2D; }
p { color: rgb(30,47,45); }
H1.HeaderClassName
{
color: #1E2F2D;
}
.AnyTagClassName
{
color: #1E2F2D;
}
</style>
background-color css
<style>
a { background-color: #1E2F2D; }
a { background-color: rgb(30,47,45); }
div.DivClassName
{
background-color: #1E2F2D;
}
.BgClassName
{
background-color: #1E2F2D;
}
</style>
border-color css
<style>
span { border-color: #1E2F2D; }
span { border-color: rgb(30,47,45); }
td.TdClassName
{
border-color: #1E2F2D;
}
.TagClassName
{
border-color: #1E2F2D;
}
</style>