Shades of Racing Green #1F2523
Tints of Racing Green #1F2523
RGB
CMYK
RGB Variations
Color information
#1F2523 (or 0x1F2523) is known color: Racing Green. HEX triplet: 1F, 25 and 23. RGB value is (31,37,35). Sum of RGB (Red+Green+Blue) = 31+37+35=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2523 is #E0DADC. Grayscale: #222222. Windows color (decimal): -14736093 or 2303263. OLE color: 2303263.
HSL color Cylindrical-coordinate representation of color #1F2523: hue angle of 160º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #1F2523 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 37 | 35 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.85 |
| HSL | 160º | 0.09% | 0.13% | - |
| HSV(B) | 160º | 0.16% | 0.15% | - |
| XYZ | 1.53 | 1.74 | 1.84 | - |
| YUV | 34.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 35 | 0.16 | 0 | 0.05 | 0.85 | 160 | 0.09 | 0.13 |
| Hex | 1F | 25 | 23 | 10 | 0 | 5 | 55 | A0 | 9 | D |
| Octal | 37 | 45 | 43 | 20 | 0 | 5 | 125 | 240 | 11 | 15 |
| Binary | 11111 | 100101 | 100011 | 10000 | 0 | 101 | 1010101 | 10100000 | 1001 | 1101 |
Color Harmonies of #1F2523
Complementary color
Monochromatic Colors of #1F2523
Black with #1F2523
Text Example
Text Example
White with #1F2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2523; }
p { color: rgb(31,37,35); }
H1.HeaderClassName
{
color: #1F2523;
}
.AnyTagClassName
{
color: #1F2523;
}
</style>
background-color css
<style>
a { background-color: #1F2523; }
a { background-color: rgb(31,37,35); }
div.DivClassName
{
background-color: #1F2523;
}
.BgClassName
{
background-color: #1F2523;
}
</style>
border-color css
<style>
span { border-color: #1F2523; }
span { border-color: rgb(31,37,35); }
td.TdClassName
{
border-color: #1F2523;
}
.TagClassName
{
border-color: #1F2523;
}
</style>