Shades of Racing Green #18211E
Tints of Racing Green #18211E
RGB
CMYK
RGB Variations
Color information
#18211E (or 0x18211E) is known color: Racing Green. HEX triplet: 18, 21 and 1E. RGB value is (24,33,30). Sum of RGB (Red+Green+Blue) = 24+33+30=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 33 - color contains mainly: green. Hex color #18211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18211E is #E7DEE1. Grayscale: #1D1D1D. Windows color (decimal): -15195874 or 1974552. OLE color: 1974552.
HSL color Cylindrical-coordinate representation of color #18211E: hue angle of 160º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #18211E is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
RGB | 24 | 33 | 30 | - |
CMYK | 0.27 | 0 | 0.09 | 0.87 |
HSL | 160º | 0.16% | 0.11% | - |
HSV(B) | 160º | 0.27% | 0.13% | - |
XYZ | 1.15 | 1.38 | 1.43 | - |
YUV | 29.97 | 128.02 | 123.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 33 | 30 | 0.27 | 0 | 0.09 | 0.87 | 160 | 0.16 | 0.11 |
Hex | 18 | 21 | 1E | 1B | 0 | 9 | 57 | A0 | 10 | B |
Octal | 30 | 41 | 36 | 33 | 0 | 11 | 127 | 240 | 20 | 13 |
Binary | 11000 | 100001 | 11110 | 11011 | 0 | 1001 | 1010111 | 10100000 | 10000 | 1011 |
Color Harmonies of #18211E
Complementary color
Monochromatic Colors of #18211E
Black with #18211E
Text Example
Text Example
White with #18211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18211E; }
p { color: rgb(24,33,30); }
H1.HeaderClassName
{
color: #18211E;
}
.AnyTagClassName
{
color: #18211E;
}
</style>
background-color css
<style>
a { background-color: #18211E; }
a { background-color: rgb(24,33,30); }
div.DivClassName
{
background-color: #18211E;
}
.BgClassName
{
background-color: #18211E;
}
</style>
border-color css
<style>
span { border-color: #18211E; }
span { border-color: rgb(24,33,30); }
td.TdClassName
{
border-color: #18211E;
}
.TagClassName
{
border-color: #18211E;
}
</style>