Shades of Racing Green #1E2F2A
Tints of Racing Green #1E2F2A
RGB
CMYK
RGB Variations
Color information
#1E2F2A (or 0x1E2F2A) is known color: Racing Green. HEX triplet: 1E, 2F and 2A. RGB value is (30,47,42). Sum of RGB (Red+Green+Blue) = 30+47+42=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 47 - color contains mainly: green. Hex color #1E2F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F2A is #E1D0D5. Grayscale: #292929. Windows color (decimal): -14799062 or 2764574. OLE color: 2764574.
HSL color Cylindrical-coordinate representation of color #1E2F2A: hue angle of 162.35º 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 #1E2F2A is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 47 | 42 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.82 |
| HSL | 162.35º | 0.22% | 0.15% | - |
| HSV(B) | 162.35º | 0.36% | 0.18% | - |
| XYZ | 1.97 | 2.48 | 2.56 | - |
| YUV | 41.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 42 | 0.36 | 0 | 0.11 | 0.82 | 162.35 | 0.22 | 0.15 |
| Hex | 1E | 2F | 2A | 24 | 0 | B | 52 | A2 | 16 | F |
| Octal | 36 | 57 | 52 | 44 | 0 | 13 | 122 | 242 | 26 | 17 |
| Binary | 11110 | 101111 | 101010 | 100100 | 0 | 1011 | 1010010 | 10100010 | 10110 | 1111 |
Color Harmonies of #1E2F2A
Complementary color
Monochromatic Colors of #1E2F2A
Black with #1E2F2A
Text Example
Text Example
White with #1E2F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F2A; }
p { color: rgb(30,47,42); }
H1.HeaderClassName
{
color: #1E2F2A;
}
.AnyTagClassName
{
color: #1E2F2A;
}
</style>
background-color css
<style>
a { background-color: #1E2F2A; }
a { background-color: rgb(30,47,42); }
div.DivClassName
{
background-color: #1E2F2A;
}
.BgClassName
{
background-color: #1E2F2A;
}
</style>
border-color css
<style>
span { border-color: #1E2F2A; }
span { border-color: rgb(30,47,42); }
td.TdClassName
{
border-color: #1E2F2A;
}
.TagClassName
{
border-color: #1E2F2A;
}
</style>