Shades of Racing Green #1F312B
Tints of Racing Green #1F312B
RGB
CMYK
RGB Variations
Color information
#1F312B (or 0x1F312B) is known color: Racing Green. HEX triplet: 1F, 31 and 2B. RGB value is (31,49,43). Sum of RGB (Red+Green+Blue) = 31+49+43=123 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.20% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #1F312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F312B is #E0CED4. Grayscale: #2A2A2A. Windows color (decimal): -14733013 or 2830623. OLE color: 2830623.
HSL color Cylindrical-coordinate representation of color #1F312B: hue angle of 160º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F312B is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 43 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.81 |
| HSL | 160º | 0.23% | 0.16% | - |
| HSV(B) | 160º | 0.37% | 0.19% | - |
| XYZ | 2.1 | 2.66 | 2.69 | - |
| YUV | 42.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 43 | 0.37 | 0 | 0.12 | 0.81 | 160 | 0.23 | 0.16 |
| Hex | 1F | 31 | 2B | 25 | 0 | C | 51 | A0 | 16 | 10 |
| Octal | 37 | 61 | 53 | 45 | 0 | 14 | 121 | 240 | 26 | 20 |
| Binary | 11111 | 110001 | 101011 | 100101 | 0 | 1100 | 1010001 | 10100000 | 10110 | 10000 |
Color Harmonies of #1F312B
Complementary color
Monochromatic Colors of #1F312B
Black with #1F312B
Text Example
Text Example
White with #1F312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F312B; }
p { color: rgb(31,49,43); }
H1.HeaderClassName
{
color: #1F312B;
}
.AnyTagClassName
{
color: #1F312B;
}
</style>
background-color css
<style>
a { background-color: #1F312B; }
a { background-color: rgb(31,49,43); }
div.DivClassName
{
background-color: #1F312B;
}
.BgClassName
{
background-color: #1F312B;
}
</style>
border-color css
<style>
span { border-color: #1F312B; }
span { border-color: rgb(31,49,43); }
td.TdClassName
{
border-color: #1F312B;
}
.TagClassName
{
border-color: #1F312B;
}
</style>