Shades of Racing Green #1F332C
Tints of Racing Green #1F332C
RGB
CMYK
RGB Variations
Color information
#1F332C (or 0x1F332C) is known color: Racing Green. HEX triplet: 1F, 33 and 2C. RGB value is (31,51,44). Sum of RGB (Red+Green+Blue) = 31+51+44=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 51 - color contains mainly: green. Hex color #1F332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F332C is #E0CCD3. Grayscale: #2C2C2C. Windows color (decimal): -14732500 or 2896671. OLE color: 2896671.
HSL color Cylindrical-coordinate representation of color #1F332C: hue angle of 159º 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 #1F332C is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 51 | 44 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.8 |
| HSL | 159º | 0.24% | 0.16% | - |
| HSV(B) | 159º | 0.39% | 0.2% | - |
| XYZ | 2.2 | 2.84 | 2.82 | - |
| YUV | 44.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 44 | 0.39 | 0 | 0.14 | 0.8 | 159 | 0.24 | 0.16 |
| Hex | 1F | 33 | 2C | 27 | 0 | E | 50 | 9F | 18 | 10 |
| Octal | 37 | 63 | 54 | 47 | 0 | 16 | 120 | 237 | 30 | 20 |
| Binary | 11111 | 110011 | 101100 | 100111 | 0 | 1110 | 1010000 | 10011111 | 11000 | 10000 |
Color Harmonies of #1F332C
Complementary color
Monochromatic Colors of #1F332C
Black with #1F332C
Text Example
Text Example
White with #1F332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F332C; }
p { color: rgb(31,51,44); }
H1.HeaderClassName
{
color: #1F332C;
}
.AnyTagClassName
{
color: #1F332C;
}
</style>
background-color css
<style>
a { background-color: #1F332C; }
a { background-color: rgb(31,51,44); }
div.DivClassName
{
background-color: #1F332C;
}
.BgClassName
{
background-color: #1F332C;
}
</style>
border-color css
<style>
span { border-color: #1F332C; }
span { border-color: rgb(31,51,44); }
td.TdClassName
{
border-color: #1F332C;
}
.TagClassName
{
border-color: #1F332C;
}
</style>