Shades of British Racing Green #044D1F
Tints of British Racing Green #044D1F
RGB
CMYK
RGB Variations
Color information
#044D1F (or 0x044D1F) is known color: British Racing Green. HEX triplet: 04, 4D and 1F. RGB value is (4,77,31). Sum of RGB (Red+Green+Blue) = 4+77+31=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 77 (30.47% from 255 or 68.75% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 77 - color contains mainly: green. Hex color #044D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044D1F is #FBB2E0. Grayscale: #323232. Windows color (decimal): -16495329 or 2051332. OLE color: 2051332.
HSL color Cylindrical-coordinate representation of color #044D1F: hue angle of 142.19º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044D1F is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 77 | 31 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.70 |
| HSL | 142.19º | 0.9% | 0.16% | - |
| HSV(B) | 142.19º | 0.95% | 0.3% | - |
| XYZ | 2.95 | 5.43 | 2.19 | - |
| YUV | 49.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 31 | 0.95 | 0 | 0.60 | 0.70 | 142.19 | 0.9 | 0.16 |
| Hex | 4 | 4D | 1F | 5F | 0 | 3C | 46 | 8E | 5A | 10 |
| Octal | 4 | 115 | 37 | 137 | 0 | 74 | 106 | 216 | 132 | 20 |
| Binary | 100 | 1001101 | 11111 | 1011111 | 0 | 111100 | 1000110 | 10001110 | 1011010 | 10000 |
Color Harmonies of #044D1F
Complementary color
Monochromatic Colors of #044D1F
Black with #044D1F
Text Example
Text Example
White with #044D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D1F; }
p { color: rgb(4,77,31); }
H1.HeaderClassName
{
color: #044D1F;
}
.AnyTagClassName
{
color: #044D1F;
}
</style>
background-color css
<style>
a { background-color: #044D1F; }
a { background-color: rgb(4,77,31); }
div.DivClassName
{
background-color: #044D1F;
}
.BgClassName
{
background-color: #044D1F;
}
</style>
border-color css
<style>
span { border-color: #044D1F; }
span { border-color: rgb(4,77,31); }
td.TdClassName
{
border-color: #044D1F;
}
.TagClassName
{
border-color: #044D1F;
}
</style>