Shades of British Racing Green #044F14
Tints of British Racing Green #044F14
RGB
CMYK
RGB Variations
Color information
#044F14 (or 0x044F14) is known color: British Racing Green. HEX triplet: 04, 4F and 14. RGB value is (4,79,20). Sum of RGB (Red+Green+Blue) = 4+79+20=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 79 (31.25% from 255 or 76.70% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 79 - color contains mainly: green. Hex color #044F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044F14 is #FBB0EB. Grayscale: #323232. Windows color (decimal): -16494828 or 1330948. OLE color: 1330948.
HSL color Cylindrical-coordinate representation of color #044F14: hue angle of 132.8º 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 #044F14 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 20 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.69 |
| HSL | 132.8º | 0.9% | 0.16% | - |
| HSV(B) | 132.8º | 0.95% | 0.31% | - |
| XYZ | 2.97 | 5.67 | 1.6 | - |
| YUV | 49.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 20 | 0.95 | 0 | 0.75 | 0.69 | 132.8 | 0.9 | 0.16 |
| Hex | 4 | 4F | 14 | 5F | 0 | 4B | 45 | 85 | 5A | 10 |
| Octal | 4 | 117 | 24 | 137 | 0 | 113 | 105 | 205 | 132 | 20 |
| Binary | 100 | 1001111 | 10100 | 1011111 | 0 | 1001011 | 1000101 | 10000101 | 1011010 | 10000 |
Color Harmonies of #044F14
Complementary color
Monochromatic Colors of #044F14
Black with #044F14
Text Example
Text Example
White with #044F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F14; }
p { color: rgb(4,79,20); }
H1.HeaderClassName
{
color: #044F14;
}
.AnyTagClassName
{
color: #044F14;
}
</style>
background-color css
<style>
a { background-color: #044F14; }
a { background-color: rgb(4,79,20); }
div.DivClassName
{
background-color: #044F14;
}
.BgClassName
{
background-color: #044F14;
}
</style>
border-color css
<style>
span { border-color: #044F14; }
span { border-color: rgb(4,79,20); }
td.TdClassName
{
border-color: #044F14;
}
.TagClassName
{
border-color: #044F14;
}
</style>