Shades of Racing Green #1F2423
Tints of Racing Green #1F2423
RGB
CMYK
RGB Variations
Color information
#1F2423 (or 0x1F2423) is known color: Racing Green. HEX triplet: 1F, 24 and 23. RGB value is (31,36,35). Sum of RGB (Red+Green+Blue) = 31+36+35=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2423 is #E0DBDC. Grayscale: #222222. Windows color (decimal): -14736349 or 2303007. OLE color: 2303007.
HSL color Cylindrical-coordinate representation of color #1F2423: hue angle of 168º degrees, saturation: 0.07, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1F2423 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 36 | 35 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.86 |
| HSL | 168º | 0.07% | 0.13% | - |
| HSV(B) | 168º | 0.14% | 0.14% | - |
| XYZ | 1.5 | 1.67 | 1.83 | - |
| YUV | 34.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 35 | 0.14 | 0 | 0.03 | 0.86 | 168 | 0.07 | 0.13 |
| Hex | 1F | 24 | 23 | E | 0 | 3 | 56 | A8 | 7 | D |
| Octal | 37 | 44 | 43 | 16 | 0 | 3 | 126 | 250 | 7 | 15 |
| Binary | 11111 | 100100 | 100011 | 1110 | 0 | 11 | 1010110 | 10101000 | 111 | 1101 |
Color Harmonies of #1F2423
Complementary color
Monochromatic Colors of #1F2423
Black with #1F2423
Text Example
Text Example
White with #1F2423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2423; }
p { color: rgb(31,36,35); }
H1.HeaderClassName
{
color: #1F2423;
}
.AnyTagClassName
{
color: #1F2423;
}
</style>
background-color css
<style>
a { background-color: #1F2423; }
a { background-color: rgb(31,36,35); }
div.DivClassName
{
background-color: #1F2423;
}
.BgClassName
{
background-color: #1F2423;
}
</style>
border-color css
<style>
span { border-color: #1F2423; }
span { border-color: rgb(31,36,35); }
td.TdClassName
{
border-color: #1F2423;
}
.TagClassName
{
border-color: #1F2423;
}
</style>