Shades of Racing Green #1F382F
Tints of Racing Green #1F382F
RGB
CMYK
RGB Variations
Color information
#1F382F (or 0x1F382F) is known color: Racing Green. HEX triplet: 1F, 38 and 2F. RGB value is (31,56,47). Sum of RGB (Red+Green+Blue) = 31+56+47=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #1F382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F382F is #E0C7D0. Grayscale: #2F2F2F. Windows color (decimal): -14731217 or 3094559. OLE color: 3094559.
HSL color Cylindrical-coordinate representation of color #1F382F: hue angle of 158.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F382F is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 56 | 47 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.78 |
| HSL | 158.4º | 0.29% | 0.17% | - |
| HSV(B) | 158.4º | 0.45% | 0.22% | - |
| XYZ | 2.49 | 3.32 | 3.2 | - |
| YUV | 47.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 47 | 0.45 | 0 | 0.16 | 0.78 | 158.4 | 0.29 | 0.17 |
| Hex | 1F | 38 | 2F | 2D | 0 | 10 | 4E | 9E | 1D | 11 |
| Octal | 37 | 70 | 57 | 55 | 0 | 20 | 116 | 236 | 35 | 21 |
| Binary | 11111 | 111000 | 101111 | 101101 | 0 | 10000 | 1001110 | 10011110 | 11101 | 10001 |
Color Harmonies of #1F382F
Complementary color
Monochromatic Colors of #1F382F
Black with #1F382F
Text Example
Text Example
White with #1F382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F382F; }
p { color: rgb(31,56,47); }
H1.HeaderClassName
{
color: #1F382F;
}
.AnyTagClassName
{
color: #1F382F;
}
</style>
background-color css
<style>
a { background-color: #1F382F; }
a { background-color: rgb(31,56,47); }
div.DivClassName
{
background-color: #1F382F;
}
.BgClassName
{
background-color: #1F382F;
}
</style>
border-color css
<style>
span { border-color: #1F382F; }
span { border-color: rgb(31,56,47); }
td.TdClassName
{
border-color: #1F382F;
}
.TagClassName
{
border-color: #1F382F;
}
</style>