Shades of Racing Green #18382D
Tints of Racing Green #18382D
RGB
CMYK
RGB Variations
Color information
#18382D (or 0x18382D) is known color: Racing Green. HEX triplet: 18, 38 and 2D. RGB value is (24,56,45). Sum of RGB (Red+Green+Blue) = 24+56+45=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #18382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18382D is #E7C7D2. Grayscale: #2D2D2D. Windows color (decimal): -15189971 or 2963480. OLE color: 2963480.
HSL color Cylindrical-coordinate representation of color #18382D: hue angle of 159.38º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #18382D is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 56 | 45 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.78 |
| HSL | 159.38º | 0.4% | 0.16% | - |
| HSV(B) | 159.38º | 0.57% | 0.22% | - |
| XYZ | 2.26 | 3.21 | 2.98 | - |
| YUV | 45.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 45 | 0.57 | 0 | 0.20 | 0.78 | 159.38 | 0.4 | 0.16 |
| Hex | 18 | 38 | 2D | 39 | 0 | 14 | 4E | 9F | 28 | 10 |
| Octal | 30 | 70 | 55 | 71 | 0 | 24 | 116 | 237 | 50 | 20 |
| Binary | 11000 | 111000 | 101101 | 111001 | 0 | 10100 | 1001110 | 10011111 | 101000 | 10000 |
Color Harmonies of #18382D
Complementary color
Monochromatic Colors of #18382D
Black with #18382D
Text Example
Text Example
White with #18382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18382D; }
p { color: rgb(24,56,45); }
H1.HeaderClassName
{
color: #18382D;
}
.AnyTagClassName
{
color: #18382D;
}
</style>
background-color css
<style>
a { background-color: #18382D; }
a { background-color: rgb(24,56,45); }
div.DivClassName
{
background-color: #18382D;
}
.BgClassName
{
background-color: #18382D;
}
</style>
border-color css
<style>
span { border-color: #18382D; }
span { border-color: rgb(24,56,45); }
td.TdClassName
{
border-color: #18382D;
}
.TagClassName
{
border-color: #18382D;
}
</style>