Shades of Racing Green #1F302D
Tints of Racing Green #1F302D
RGB
CMYK
RGB Variations
Color information
#1F302D (or 0x1F302D) is known color: Racing Green. HEX triplet: 1F, 30 and 2D. RGB value is (31,48,45). Sum of RGB (Red+Green+Blue) = 31+48+45=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 48 - color contains mainly: green. Hex color #1F302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F302D is #E0CFD2. Grayscale: #2A2A2A. Windows color (decimal): -14733267 or 2961439. OLE color: 2961439.
HSL color Cylindrical-coordinate representation of color #1F302D: hue angle of 169.41º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F302D is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 48 | 45 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.81 |
| HSL | 169.41º | 0.22% | 0.15% | - |
| HSV(B) | 169.41º | 0.35% | 0.19% | - |
| XYZ | 2.1 | 2.59 | 2.87 | - |
| YUV | 42.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 45 | 0.35 | 0 | 0.06 | 0.81 | 169.41 | 0.22 | 0.15 |
| Hex | 1F | 30 | 2D | 23 | 0 | 6 | 51 | A9 | 16 | F |
| Octal | 37 | 60 | 55 | 43 | 0 | 6 | 121 | 251 | 26 | 17 |
| Binary | 11111 | 110000 | 101101 | 100011 | 0 | 110 | 1010001 | 10101001 | 10110 | 1111 |
Color Harmonies of #1F302D
Complementary color
Monochromatic Colors of #1F302D
Black with #1F302D
Text Example
Text Example
White with #1F302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F302D; }
p { color: rgb(31,48,45); }
H1.HeaderClassName
{
color: #1F302D;
}
.AnyTagClassName
{
color: #1F302D;
}
</style>
background-color css
<style>
a { background-color: #1F302D; }
a { background-color: rgb(31,48,45); }
div.DivClassName
{
background-color: #1F302D;
}
.BgClassName
{
background-color: #1F302D;
}
</style>
border-color css
<style>
span { border-color: #1F302D; }
span { border-color: rgb(31,48,45); }
td.TdClassName
{
border-color: #1F302D;
}
.TagClassName
{
border-color: #1F302D;
}
</style>