Shades of Racing Green #1F2D29
Tints of Racing Green #1F2D29
RGB
CMYK
RGB Variations
Color information
#1F2D29 (or 0x1F2D29) is known color: Racing Green. HEX triplet: 1F, 2D and 29. RGB value is (31,45,41). Sum of RGB (Red+Green+Blue) = 31+45+41=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 45 - color contains mainly: green. Hex color #1F2D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2D29 is #E0D2D6. Grayscale: #282828. Windows color (decimal): -14734039 or 2698527. OLE color: 2698527.
HSL color Cylindrical-coordinate representation of color #1F2D29: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1F2D29 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 45 | 41 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.82 |
| HSL | 162.86º | 0.18% | 0.15% | - |
| HSV(B) | 162.86º | 0.31% | 0.18% | - |
| XYZ | 1.9 | 2.33 | 2.45 | - |
| YUV | 40.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 41 | 0.31 | 0 | 0.09 | 0.82 | 162.86 | 0.18 | 0.15 |
| Hex | 1F | 2D | 29 | 1F | 0 | 9 | 52 | A3 | 12 | F |
| Octal | 37 | 55 | 51 | 37 | 0 | 11 | 122 | 243 | 22 | 17 |
| Binary | 11111 | 101101 | 101001 | 11111 | 0 | 1001 | 1010010 | 10100011 | 10010 | 1111 |
Color Harmonies of #1F2D29
Complementary color
Monochromatic Colors of #1F2D29
Black with #1F2D29
Text Example
Text Example
White with #1F2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D29; }
p { color: rgb(31,45,41); }
H1.HeaderClassName
{
color: #1F2D29;
}
.AnyTagClassName
{
color: #1F2D29;
}
</style>
background-color css
<style>
a { background-color: #1F2D29; }
a { background-color: rgb(31,45,41); }
div.DivClassName
{
background-color: #1F2D29;
}
.BgClassName
{
background-color: #1F2D29;
}
</style>
border-color css
<style>
span { border-color: #1F2D29; }
span { border-color: rgb(31,45,41); }
td.TdClassName
{
border-color: #1F2D29;
}
.TagClassName
{
border-color: #1F2D29;
}
</style>