Shades of Racing Green #18332D
Tints of Racing Green #18332D
RGB
CMYK
RGB Variations
Color information
#18332D (or 0x18332D) is known color: Racing Green. HEX triplet: 18, 33 and 2D. RGB value is (24,51,45). Sum of RGB (Red+Green+Blue) = 24+51+45=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #18332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18332D is #E7CCD2. Grayscale: #2A2A2A. Windows color (decimal): -15191251 or 2962200. OLE color: 2962200.
HSL color Cylindrical-coordinate representation of color #18332D: hue angle of 166.67º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #18332D is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 24 | 51 | 45 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.8 |
| HSL | 166.67º | 0.36% | 0.15% | - |
| HSV(B) | 166.67º | 0.53% | 0.2% | - |
| XYZ | 2.03 | 2.75 | 2.91 | - |
| YUV | 42.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 45 | 0.53 | 0 | 0.12 | 0.8 | 166.67 | 0.36 | 0.15 |
| Hex | 18 | 33 | 2D | 35 | 0 | C | 50 | A7 | 24 | F |
| Octal | 30 | 63 | 55 | 65 | 0 | 14 | 120 | 247 | 44 | 17 |
| Binary | 11000 | 110011 | 101101 | 110101 | 0 | 1100 | 1010000 | 10100111 | 100100 | 1111 |
Color Harmonies of #18332D
Complementary color
Monochromatic Colors of #18332D
Black with #18332D
Text Example
Text Example
White with #18332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18332D; }
p { color: rgb(24,51,45); }
H1.HeaderClassName
{
color: #18332D;
}
.AnyTagClassName
{
color: #18332D;
}
</style>
background-color css
<style>
a { background-color: #18332D; }
a { background-color: rgb(24,51,45); }
div.DivClassName
{
background-color: #18332D;
}
.BgClassName
{
background-color: #18332D;
}
</style>
border-color css
<style>
span { border-color: #18332D; }
span { border-color: rgb(24,51,45); }
td.TdClassName
{
border-color: #18332D;
}
.TagClassName
{
border-color: #18332D;
}
</style>