Shades of Racing Green #18382F
Tints of Racing Green #18382F
RGB
CMYK
RGB Variations
Color information
#18382F (or 0x18382F) is known color: Racing Green. HEX triplet: 18, 38 and 2F. RGB value is (24,56,47). Sum of RGB (Red+Green+Blue) = 24+56+47=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #18382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18382F is #E7C7D0. Grayscale: #2D2D2D. Windows color (decimal): -15189969 or 3094552. OLE color: 3094552.
HSL color Cylindrical-coordinate representation of color #18382F: hue angle of 163.12º 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 #18382F is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 56 | 47 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.78 |
| HSL | 163.13º | 0.4% | 0.16% | - |
| HSV(B) | 163.13º | 0.57% | 0.22% | - |
| XYZ | 2.3 | 3.23 | 3.19 | - |
| YUV | 45.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 47 | 0.57 | 0 | 0.16 | 0.78 | 163.13 | 0.4 | 0.16 |
| Hex | 18 | 38 | 2F | 39 | 0 | 10 | 4E | A3 | 28 | 10 |
| Octal | 30 | 70 | 57 | 71 | 0 | 20 | 116 | 243 | 50 | 20 |
| Binary | 11000 | 111000 | 101111 | 111001 | 0 | 10000 | 1001110 | 10100011 | 101000 | 10000 |
Color Harmonies of #18382F
Complementary color
Monochromatic Colors of #18382F
Black with #18382F
Text Example
Text Example
White with #18382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18382F; }
p { color: rgb(24,56,47); }
H1.HeaderClassName
{
color: #18382F;
}
.AnyTagClassName
{
color: #18382F;
}
</style>
background-color css
<style>
a { background-color: #18382F; }
a { background-color: rgb(24,56,47); }
div.DivClassName
{
background-color: #18382F;
}
.BgClassName
{
background-color: #18382F;
}
</style>
border-color css
<style>
span { border-color: #18382F; }
span { border-color: rgb(24,56,47); }
td.TdClassName
{
border-color: #18382F;
}
.TagClassName
{
border-color: #18382F;
}
</style>