Shades of Racing Green #1F2D28
Tints of Racing Green #1F2D28
RGB
CMYK
RGB Variations
Color information
#1F2D28 (or 0x1F2D28) is known color: Racing Green. HEX triplet: 1F, 2D and 28. RGB value is (31,45,40). Sum of RGB (Red+Green+Blue) = 31+45+40=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 45 - color contains mainly: green. Hex color #1F2D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2D28 is #E0D2D7. Grayscale: #282828. Windows color (decimal): -14734040 or 2632991. OLE color: 2632991.
HSL color Cylindrical-coordinate representation of color #1F2D28: hue angle of 158.57º 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 #1F2D28 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 45 | 40 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.82 |
| HSL | 158.57º | 0.18% | 0.15% | - |
| HSV(B) | 158.57º | 0.31% | 0.18% | - |
| XYZ | 1.89 | 2.32 | 2.36 | - |
| YUV | 40.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 40 | 0.31 | 0 | 0.11 | 0.82 | 158.57 | 0.18 | 0.15 |
| Hex | 1F | 2D | 28 | 1F | 0 | B | 52 | 9F | 12 | F |
| Octal | 37 | 55 | 50 | 37 | 0 | 13 | 122 | 237 | 22 | 17 |
| Binary | 11111 | 101101 | 101000 | 11111 | 0 | 1011 | 1010010 | 10011111 | 10010 | 1111 |
Color Harmonies of #1F2D28
Complementary color
Monochromatic Colors of #1F2D28
Black with #1F2D28
Text Example
Text Example
White with #1F2D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D28; }
p { color: rgb(31,45,40); }
H1.HeaderClassName
{
color: #1F2D28;
}
.AnyTagClassName
{
color: #1F2D28;
}
</style>
background-color css
<style>
a { background-color: #1F2D28; }
a { background-color: rgb(31,45,40); }
div.DivClassName
{
background-color: #1F2D28;
}
.BgClassName
{
background-color: #1F2D28;
}
</style>
border-color css
<style>
span { border-color: #1F2D28; }
span { border-color: rgb(31,45,40); }
td.TdClassName
{
border-color: #1F2D28;
}
.TagClassName
{
border-color: #1F2D28;
}
</style>