Shades of Racing Green #18342F
Tints of Racing Green #18342F
RGB
CMYK
RGB Variations
Color information
#18342F (or 0x18342F) is known color: Racing Green. HEX triplet: 18, 34 and 2F. RGB value is (24,52,47). Sum of RGB (Red+Green+Blue) = 24+52+47=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #18342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18342F is #E7CBD0. Grayscale: #2B2B2B. Windows color (decimal): -15190993 or 3093528. OLE color: 3093528.
HSL color Cylindrical-coordinate representation of color #18342F: hue angle of 169.29º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #18342F is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 52 | 47 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.80 |
| HSL | 169.29º | 0.37% | 0.15% | - |
| HSV(B) | 169.29º | 0.54% | 0.2% | - |
| XYZ | 2.12 | 2.86 | 3.13 | - |
| YUV | 43.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 47 | 0.54 | 0 | 0.10 | 0.80 | 169.29 | 0.37 | 0.15 |
| Hex | 18 | 34 | 2F | 36 | 0 | A | 50 | A9 | 25 | F |
| Octal | 30 | 64 | 57 | 66 | 0 | 12 | 120 | 251 | 45 | 17 |
| Binary | 11000 | 110100 | 101111 | 110110 | 0 | 1010 | 1010000 | 10101001 | 100101 | 1111 |
Color Harmonies of #18342F
Complementary color
Monochromatic Colors of #18342F
Black with #18342F
Text Example
Text Example
White with #18342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18342F; }
p { color: rgb(24,52,47); }
H1.HeaderClassName
{
color: #18342F;
}
.AnyTagClassName
{
color: #18342F;
}
</style>
background-color css
<style>
a { background-color: #18342F; }
a { background-color: rgb(24,52,47); }
div.DivClassName
{
background-color: #18342F;
}
.BgClassName
{
background-color: #18342F;
}
</style>
border-color css
<style>
span { border-color: #18342F; }
span { border-color: rgb(24,52,47); }
td.TdClassName
{
border-color: #18342F;
}
.TagClassName
{
border-color: #18342F;
}
</style>