Shades of British Racing Green #004D1F
Tints of British Racing Green #004D1F
RGB
CMYK
RGB Variations
Color information
#004D1F (or 0x004D1F) is known color: British Racing Green. HEX triplet: 00, 4D and 1F. RGB value is (0,77,31). Sum of RGB (Red+Green+Blue) = 0+77+31=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 77 (30.47% from 255 or 71.30% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 77 - color contains mainly: green. Hex color #004D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004D1F is #FFB2E0. Grayscale: #303030. Windows color (decimal): -16757473 or 2051328. OLE color: 2051328.
HSL color Cylindrical-coordinate representation of color #004D1F: hue angle of 144.16º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D1F is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 77 | 31 | - |
| CMYK | 1 | 0 | 0.60 | 0.70 |
| HSL | 144.16º | 1% | 0.15% | - |
| HSV(B) | 144.16º | 1% | 0.3% | - |
| XYZ | 2.9 | 5.41 | 2.19 | - |
| YUV | 48.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 31 | 1 | 0 | 0.60 | 0.70 | 144.16 | 1 | 0.15 |
| Hex | 0 | 4D | 1F | 64 | 0 | 3C | 46 | 90 | 64 | F |
| Octal | 0 | 115 | 37 | 144 | 0 | 74 | 106 | 220 | 144 | 17 |
| Binary | 0 | 1001101 | 11111 | 1100100 | 0 | 111100 | 1000110 | 10010000 | 1100100 | 1111 |
Color Harmonies of #004D1F
Complementary color
Monochromatic Colors of #004D1F
Black with #004D1F
Text Example
Text Example
White with #004D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D1F; }
p { color: rgb(0,77,31); }
H1.HeaderClassName
{
color: #004D1F;
}
.AnyTagClassName
{
color: #004D1F;
}
</style>
background-color css
<style>
a { background-color: #004D1F; }
a { background-color: rgb(0,77,31); }
div.DivClassName
{
background-color: #004D1F;
}
.BgClassName
{
background-color: #004D1F;
}
</style>
border-color css
<style>
span { border-color: #004D1F; }
span { border-color: rgb(0,77,31); }
td.TdClassName
{
border-color: #004D1F;
}
.TagClassName
{
border-color: #004D1F;
}
</style>