Shades of Racing Green #1F2B29
Tints of Racing Green #1F2B29
RGB
CMYK
RGB Variations
Color information
#1F2B29 (or 0x1F2B29) is known color: Racing Green. HEX triplet: 1F, 2B and 29. RGB value is (31,43,41). Sum of RGB (Red+Green+Blue) = 31+43+41=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 43 - color contains mainly: green. Hex color #1F2B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2B29 is #E0D4D6. Grayscale: #272727. Windows color (decimal): -14734551 or 2698015. OLE color: 2698015.
HSL color Cylindrical-coordinate representation of color #1F2B29: hue angle of 170º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1F2B29 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 43 | 41 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.83 |
| HSL | 170º | 0.16% | 0.15% | - |
| HSV(B) | 170º | 0.28% | 0.17% | - |
| XYZ | 1.83 | 2.18 | 2.42 | - |
| YUV | 39.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 41 | 0.28 | 0 | 0.05 | 0.83 | 170 | 0.16 | 0.15 |
| Hex | 1F | 2B | 29 | 1C | 0 | 5 | 53 | AA | 10 | F |
| Octal | 37 | 53 | 51 | 34 | 0 | 5 | 123 | 252 | 20 | 17 |
| Binary | 11111 | 101011 | 101001 | 11100 | 0 | 101 | 1010011 | 10101010 | 10000 | 1111 |
Color Harmonies of #1F2B29
Complementary color
Monochromatic Colors of #1F2B29
Black with #1F2B29
Text Example
Text Example
White with #1F2B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2B29; }
p { color: rgb(31,43,41); }
H1.HeaderClassName
{
color: #1F2B29;
}
.AnyTagClassName
{
color: #1F2B29;
}
</style>
background-color css
<style>
a { background-color: #1F2B29; }
a { background-color: rgb(31,43,41); }
div.DivClassName
{
background-color: #1F2B29;
}
.BgClassName
{
background-color: #1F2B29;
}
</style>
border-color css
<style>
span { border-color: #1F2B29; }
span { border-color: rgb(31,43,41); }
td.TdClassName
{
border-color: #1F2B29;
}
.TagClassName
{
border-color: #1F2B29;
}
</style>