Shades of Racing Green #1F342E
Tints of Racing Green #1F342E
RGB
CMYK
RGB Variations
Color information
#1F342E (or 0x1F342E) is known color: Racing Green. HEX triplet: 1F, 34 and 2E. RGB value is (31,52,46). Sum of RGB (Red+Green+Blue) = 31+52+46=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #1F342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F342E is #E0CBD1. Grayscale: #2D2D2D. Windows color (decimal): -14732242 or 3027999. OLE color: 3027999.
HSL color Cylindrical-coordinate representation of color #1F342E: hue angle of 162.86º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F342E is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 46 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.80 |
| HSL | 162.86º | 0.25% | 0.16% | - |
| HSV(B) | 162.86º | 0.4% | 0.2% | - |
| XYZ | 2.29 | 2.94 | 3.03 | - |
| YUV | 45.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 46 | 0.40 | 0 | 0.12 | 0.80 | 162.86 | 0.25 | 0.16 |
| Hex | 1F | 34 | 2E | 28 | 0 | C | 50 | A3 | 19 | 10 |
| Octal | 37 | 64 | 56 | 50 | 0 | 14 | 120 | 243 | 31 | 20 |
| Binary | 11111 | 110100 | 101110 | 101000 | 0 | 1100 | 1010000 | 10100011 | 11001 | 10000 |
Color Harmonies of #1F342E
Complementary color
Monochromatic Colors of #1F342E
Black with #1F342E
Text Example
Text Example
White with #1F342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F342E; }
p { color: rgb(31,52,46); }
H1.HeaderClassName
{
color: #1F342E;
}
.AnyTagClassName
{
color: #1F342E;
}
</style>
background-color css
<style>
a { background-color: #1F342E; }
a { background-color: rgb(31,52,46); }
div.DivClassName
{
background-color: #1F342E;
}
.BgClassName
{
background-color: #1F342E;
}
</style>
border-color css
<style>
span { border-color: #1F342E; }
span { border-color: rgb(31,52,46); }
td.TdClassName
{
border-color: #1F342E;
}
.TagClassName
{
border-color: #1F342E;
}
</style>