Shades of British Racing Green #044F20
Tints of British Racing Green #044F20
RGB
CMYK
RGB Variations
Color information
#044F20 (or 0x044F20) is known color: British Racing Green. HEX triplet: 04, 4F and 20. RGB value is (4,79,32). Sum of RGB (Red+Green+Blue) = 4+79+32=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 79 (31.25% from 255 or 68.70% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 79 - color contains mainly: green. Hex color #044F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F20 is #FBB0DF. Grayscale: #333333. Windows color (decimal): -16494816 or 2117380. OLE color: 2117380.
HSL color Cylindrical-coordinate representation of color #044F20: hue angle of 142.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044F20 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 32 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.69 |
| HSL | 142.4º | 0.9% | 0.16% | - |
| HSV(B) | 142.4º | 0.95% | 0.31% | - |
| XYZ | 3.11 | 5.72 | 2.31 | - |
| YUV | 51.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 32 | 0.95 | 0 | 0.59 | 0.69 | 142.4 | 0.9 | 0.16 |
| Hex | 4 | 4F | 20 | 5F | 0 | 3B | 45 | 8E | 5A | 10 |
| Octal | 4 | 117 | 40 | 137 | 0 | 73 | 105 | 216 | 132 | 20 |
| Binary | 100 | 1001111 | 100000 | 1011111 | 0 | 111011 | 1000101 | 10001110 | 1011010 | 10000 |
Color Harmonies of #044F20
Complementary color
Monochromatic Colors of #044F20
Black with #044F20
Text Example
Text Example
White with #044F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F20; }
p { color: rgb(4,79,32); }
H1.HeaderClassName
{
color: #044F20;
}
.AnyTagClassName
{
color: #044F20;
}
</style>
background-color css
<style>
a { background-color: #044F20; }
a { background-color: rgb(4,79,32); }
div.DivClassName
{
background-color: #044F20;
}
.BgClassName
{
background-color: #044F20;
}
</style>
border-color css
<style>
span { border-color: #044F20; }
span { border-color: rgb(4,79,32); }
td.TdClassName
{
border-color: #044F20;
}
.TagClassName
{
border-color: #044F20;
}
</style>