Shades of Racing Green #182D28
Tints of Racing Green #182D28
RGB
CMYK
RGB Variations
Color information
#182D28 (or 0x182D28) is known color: Racing Green. HEX triplet: 18, 2D and 28. RGB value is (24,45,40). Sum of RGB (Red+Green+Blue) = 24+45+40=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 45 - color contains mainly: green. Hex color #182D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182D28 is #E7D2D7. Grayscale: #262626. Windows color (decimal): -15192792 or 2632984. OLE color: 2632984.
HSL color Cylindrical-coordinate representation of color #182D28: hue angle of 165.71º 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 #182D28 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 45 | 40 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.82 |
| HSL | 165.71º | 0.3% | 0.14% | - |
| HSV(B) | 165.71º | 0.47% | 0.18% | - |
| XYZ | 1.7 | 2.22 | 2.35 | - |
| YUV | 38.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 40 | 0.47 | 0 | 0.11 | 0.82 | 165.71 | 0.3 | 0.14 |
| Hex | 18 | 2D | 28 | 2F | 0 | B | 52 | A6 | 1E | E |
| Octal | 30 | 55 | 50 | 57 | 0 | 13 | 122 | 246 | 36 | 16 |
| Binary | 11000 | 101101 | 101000 | 101111 | 0 | 1011 | 1010010 | 10100110 | 11110 | 1110 |
Color Harmonies of #182D28
Complementary color
Monochromatic Colors of #182D28
Black with #182D28
Text Example
Text Example
White with #182D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D28; }
p { color: rgb(24,45,40); }
H1.HeaderClassName
{
color: #182D28;
}
.AnyTagClassName
{
color: #182D28;
}
</style>
background-color css
<style>
a { background-color: #182D28; }
a { background-color: rgb(24,45,40); }
div.DivClassName
{
background-color: #182D28;
}
.BgClassName
{
background-color: #182D28;
}
</style>
border-color css
<style>
span { border-color: #182D28; }
span { border-color: rgb(24,45,40); }
td.TdClassName
{
border-color: #182D28;
}
.TagClassName
{
border-color: #182D28;
}
</style>