Shades of Racing Green #182E2A
Tints of Racing Green #182E2A
RGB
CMYK
RGB Variations
Color information
#182E2A (or 0x182E2A) is known color: Racing Green. HEX triplet: 18, 2E and 2A. RGB value is (24,46,42). Sum of RGB (Red+Green+Blue) = 24+46+42=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 46 - color contains mainly: green. Hex color #182E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E2A is #E7D1D5. Grayscale: #262626. Windows color (decimal): -15192534 or 2764312. OLE color: 2764312.
HSL color Cylindrical-coordinate representation of color #182E2A: hue angle of 169.09º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #182E2A is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 46 | 42 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.82 |
| HSL | 169.09º | 0.31% | 0.14% | - |
| HSV(B) | 169.09º | 0.48% | 0.18% | - |
| XYZ | 1.77 | 2.32 | 2.54 | - |
| YUV | 38.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 42 | 0.48 | 0 | 0.09 | 0.82 | 169.09 | 0.31 | 0.14 |
| Hex | 18 | 2E | 2A | 30 | 0 | 9 | 52 | A9 | 1F | E |
| Octal | 30 | 56 | 52 | 60 | 0 | 11 | 122 | 251 | 37 | 16 |
| Binary | 11000 | 101110 | 101010 | 110000 | 0 | 1001 | 1010010 | 10101001 | 11111 | 1110 |
Color Harmonies of #182E2A
Complementary color
Monochromatic Colors of #182E2A
Black with #182E2A
Text Example
Text Example
White with #182E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E2A; }
p { color: rgb(24,46,42); }
H1.HeaderClassName
{
color: #182E2A;
}
.AnyTagClassName
{
color: #182E2A;
}
</style>
background-color css
<style>
a { background-color: #182E2A; }
a { background-color: rgb(24,46,42); }
div.DivClassName
{
background-color: #182E2A;
}
.BgClassName
{
background-color: #182E2A;
}
</style>
border-color css
<style>
span { border-color: #182E2A; }
span { border-color: rgb(24,46,42); }
td.TdClassName
{
border-color: #182E2A;
}
.TagClassName
{
border-color: #182E2A;
}
</style>