Shades of Racing Green #18221F
Tints of Racing Green #18221F
RGB
CMYK
RGB Variations
Color information
#18221F (or 0x18221F) is known color: Racing Green. HEX triplet: 18, 22 and 1F. RGB value is (24,34,31). Sum of RGB (Red+Green+Blue) = 24+34+31=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 34 - color contains mainly: green. Hex color #18221F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18221F is #E7DDE0. Grayscale: #1E1E1E. Windows color (decimal): -15195617 or 2040344. OLE color: 2040344.
HSL color Cylindrical-coordinate representation of color #18221F: hue angle of 162º degrees, saturation: 0.17, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #18221F is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 34 | 31 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.87 |
| HSL | 162º | 0.17% | 0.11% | - |
| HSV(B) | 162º | 0.29% | 0.13% | - |
| XYZ | 1.2 | 1.44 | 1.51 | - |
| YUV | 30.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 31 | 0.29 | 0 | 0.09 | 0.87 | 162 | 0.17 | 0.11 |
| Hex | 18 | 22 | 1F | 1D | 0 | 9 | 57 | A2 | 11 | B |
| Octal | 30 | 42 | 37 | 35 | 0 | 11 | 127 | 242 | 21 | 13 |
| Binary | 11000 | 100010 | 11111 | 11101 | 0 | 1001 | 1010111 | 10100010 | 10001 | 1011 |
Color Harmonies of #18221F
Complementary color
Monochromatic Colors of #18221F
Black with #18221F
Text Example
Text Example
White with #18221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18221F; }
p { color: rgb(24,34,31); }
H1.HeaderClassName
{
color: #18221F;
}
.AnyTagClassName
{
color: #18221F;
}
</style>
background-color css
<style>
a { background-color: #18221F; }
a { background-color: rgb(24,34,31); }
div.DivClassName
{
background-color: #18221F;
}
.BgClassName
{
background-color: #18221F;
}
</style>
border-color css
<style>
span { border-color: #18221F; }
span { border-color: rgb(24,34,31); }
td.TdClassName
{
border-color: #18221F;
}
.TagClassName
{
border-color: #18221F;
}
</style>