Shades of Racing Green #1F3830
Tints of Racing Green #1F3830
RGB
CMYK
RGB Variations
Color information
#1F3830 (or 0x1F3830) is known color: Racing Green. HEX triplet: 1F, 38 and 30. RGB value is (31,56,48). Sum of RGB (Red+Green+Blue) = 31+56+48=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3830 is #E0C7CF. Grayscale: #2F2F2F. Windows color (decimal): -14731216 or 3160095. OLE color: 3160095.
HSL color Cylindrical-coordinate representation of color #1F3830: hue angle of 160.8º 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 #1F3830 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 56 | 48 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.78 |
| HSL | 160.8º | 0.29% | 0.17% | - |
| HSV(B) | 160.8º | 0.45% | 0.22% | - |
| XYZ | 2.51 | 3.33 | 3.31 | - |
| YUV | 47.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 48 | 0.45 | 0 | 0.14 | 0.78 | 160.8 | 0.29 | 0.17 |
| Hex | 1F | 38 | 30 | 2D | 0 | E | 4E | A1 | 1D | 11 |
| Octal | 37 | 70 | 60 | 55 | 0 | 16 | 116 | 241 | 35 | 21 |
| Binary | 11111 | 111000 | 110000 | 101101 | 0 | 1110 | 1001110 | 10100001 | 11101 | 10001 |
Color Harmonies of #1F3830
Complementary color
Monochromatic Colors of #1F3830
Black with #1F3830
Text Example
Text Example
White with #1F3830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3830; }
p { color: rgb(31,56,48); }
H1.HeaderClassName
{
color: #1F3830;
}
.AnyTagClassName
{
color: #1F3830;
}
</style>
background-color css
<style>
a { background-color: #1F3830; }
a { background-color: rgb(31,56,48); }
div.DivClassName
{
background-color: #1F3830;
}
.BgClassName
{
background-color: #1F3830;
}
</style>
border-color css
<style>
span { border-color: #1F3830; }
span { border-color: rgb(31,56,48); }
td.TdClassName
{
border-color: #1F3830;
}
.TagClassName
{
border-color: #1F3830;
}
</style>