Shades of British Racing Green #044E13
Tints of British Racing Green #044E13
RGB
CMYK
RGB Variations
Color information
#044E13 (or 0x044E13) is known color: British Racing Green. HEX triplet: 04, 4E and 13. RGB value is (4,78,19). Sum of RGB (Red+Green+Blue) = 4+78+19=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 78 (30.86% from 255 or 77.23% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 78 - color contains mainly: green. Hex color #044E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044E13 is #FBB1EC. Grayscale: #313131. Windows color (decimal): -16495085 or 1265156. OLE color: 1265156.
HSL color Cylindrical-coordinate representation of color #044E13: hue angle of 132.16º 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 #044E13 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 19 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.69 |
| HSL | 132.16º | 0.9% | 0.16% | - |
| HSV(B) | 132.16º | 0.95% | 0.31% | - |
| XYZ | 2.89 | 5.52 | 1.53 | - |
| YUV | 49.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 19 | 0.95 | 0 | 0.76 | 0.69 | 132.16 | 0.9 | 0.16 |
| Hex | 4 | 4E | 13 | 5F | 0 | 4C | 45 | 84 | 5A | 10 |
| Octal | 4 | 116 | 23 | 137 | 0 | 114 | 105 | 204 | 132 | 20 |
| Binary | 100 | 1001110 | 10011 | 1011111 | 0 | 1001100 | 1000101 | 10000100 | 1011010 | 10000 |
Color Harmonies of #044E13
Complementary color
Monochromatic Colors of #044E13
Black with #044E13
Text Example
Text Example
White with #044E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E13; }
p { color: rgb(4,78,19); }
H1.HeaderClassName
{
color: #044E13;
}
.AnyTagClassName
{
color: #044E13;
}
</style>
background-color css
<style>
a { background-color: #044E13; }
a { background-color: rgb(4,78,19); }
div.DivClassName
{
background-color: #044E13;
}
.BgClassName
{
background-color: #044E13;
}
</style>
border-color css
<style>
span { border-color: #044E13; }
span { border-color: rgb(4,78,19); }
td.TdClassName
{
border-color: #044E13;
}
.TagClassName
{
border-color: #044E13;
}
</style>