Shades of Racing Green #182D2A
Tints of Racing Green #182D2A
RGB
CMYK
RGB Variations
Color information
#182D2A (or 0x182D2A) is known color: Racing Green. HEX triplet: 18, 2D and 2A. RGB value is (24,45,42). Sum of RGB (Red+Green+Blue) = 24+45+42=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 45 - color contains mainly: green. Hex color #182D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182D2A is #E7D2D5. Grayscale: #262626. Windows color (decimal): -15192790 or 2764056. OLE color: 2764056.
HSL color Cylindrical-coordinate representation of color #182D2A: hue angle of 171.43º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #182D2A is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 45 | 42 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.82 |
| HSL | 171.43º | 0.3% | 0.14% | - |
| HSV(B) | 171.43º | 0.47% | 0.18% | - |
| XYZ | 1.73 | 2.24 | 2.53 | - |
| YUV | 38.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 42 | 0.47 | 0 | 0.07 | 0.82 | 171.43 | 0.3 | 0.14 |
| Hex | 18 | 2D | 2A | 2F | 0 | 7 | 52 | AB | 1E | E |
| Octal | 30 | 55 | 52 | 57 | 0 | 7 | 122 | 253 | 36 | 16 |
| Binary | 11000 | 101101 | 101010 | 101111 | 0 | 111 | 1010010 | 10101011 | 11110 | 1110 |
Color Harmonies of #182D2A
Complementary color
Monochromatic Colors of #182D2A
Black with #182D2A
Text Example
Text Example
White with #182D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D2A; }
p { color: rgb(24,45,42); }
H1.HeaderClassName
{
color: #182D2A;
}
.AnyTagClassName
{
color: #182D2A;
}
</style>
background-color css
<style>
a { background-color: #182D2A; }
a { background-color: rgb(24,45,42); }
div.DivClassName
{
background-color: #182D2A;
}
.BgClassName
{
background-color: #182D2A;
}
</style>
border-color css
<style>
span { border-color: #182D2A; }
span { border-color: rgb(24,45,42); }
td.TdClassName
{
border-color: #182D2A;
}
.TagClassName
{
border-color: #182D2A;
}
</style>