Shades of Racing Green #1F332D
Tints of Racing Green #1F332D
RGB
CMYK
RGB Variations
Color information
#1F332D (or 0x1F332D) is known color: Racing Green. HEX triplet: 1F, 33 and 2D. RGB value is (31,51,45). Sum of RGB (Red+Green+Blue) = 31+51+45=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 51 - color contains mainly: green. Hex color #1F332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F332D is #E0CCD2. Grayscale: #2C2C2C. Windows color (decimal): -14732499 or 2962207. OLE color: 2962207.
HSL color Cylindrical-coordinate representation of color #1F332D: hue angle of 162º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F332D is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 51 | 45 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.8 |
| HSL | 162º | 0.24% | 0.16% | - |
| HSV(B) | 162º | 0.39% | 0.2% | - |
| XYZ | 2.22 | 2.85 | 2.92 | - |
| YUV | 44.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 45 | 0.39 | 0 | 0.12 | 0.8 | 162 | 0.24 | 0.16 |
| Hex | 1F | 33 | 2D | 27 | 0 | C | 50 | A2 | 18 | 10 |
| Octal | 37 | 63 | 55 | 47 | 0 | 14 | 120 | 242 | 30 | 20 |
| Binary | 11111 | 110011 | 101101 | 100111 | 0 | 1100 | 1010000 | 10100010 | 11000 | 10000 |
Color Harmonies of #1F332D
Complementary color
Monochromatic Colors of #1F332D
Black with #1F332D
Text Example
Text Example
White with #1F332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F332D; }
p { color: rgb(31,51,45); }
H1.HeaderClassName
{
color: #1F332D;
}
.AnyTagClassName
{
color: #1F332D;
}
</style>
background-color css
<style>
a { background-color: #1F332D; }
a { background-color: rgb(31,51,45); }
div.DivClassName
{
background-color: #1F332D;
}
.BgClassName
{
background-color: #1F332D;
}
</style>
border-color css
<style>
span { border-color: #1F332D; }
span { border-color: rgb(31,51,45); }
td.TdClassName
{
border-color: #1F332D;
}
.TagClassName
{
border-color: #1F332D;
}
</style>