Shades of British Racing Green #044E31
Tints of British Racing Green #044E31
RGB
CMYK
RGB Variations
Color information
#044E31 (or 0x044E31) is known color: British Racing Green. HEX triplet: 04, 4E and 31. RGB value is (4,78,49). Sum of RGB (Red+Green+Blue) = 4+78+49=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #044E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E31 is #FBB1CE. Grayscale: #343434. Windows color (decimal): -16495055 or 3231236. OLE color: 3231236.
HSL color Cylindrical-coordinate representation of color #044E31: hue angle of 156.49º 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 #044E31 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 49 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.69 |
| HSL | 156.49º | 0.9% | 0.16% | - |
| HSV(B) | 156.49º | 0.95% | 0.31% | - |
| XYZ | 3.33 | 5.7 | 3.83 | - |
| YUV | 52.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 49 | 0.95 | 0 | 0.37 | 0.69 | 156.49 | 0.9 | 0.16 |
| Hex | 4 | 4E | 31 | 5F | 0 | 25 | 45 | 9C | 5A | 10 |
| Octal | 4 | 116 | 61 | 137 | 0 | 45 | 105 | 234 | 132 | 20 |
| Binary | 100 | 1001110 | 110001 | 1011111 | 0 | 100101 | 1000101 | 10011100 | 1011010 | 10000 |
Color Harmonies of #044E31
Complementary color
Monochromatic Colors of #044E31
Black with #044E31
Text Example
Text Example
White with #044E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E31; }
p { color: rgb(4,78,49); }
H1.HeaderClassName
{
color: #044E31;
}
.AnyTagClassName
{
color: #044E31;
}
</style>
background-color css
<style>
a { background-color: #044E31; }
a { background-color: rgb(4,78,49); }
div.DivClassName
{
background-color: #044E31;
}
.BgClassName
{
background-color: #044E31;
}
</style>
border-color css
<style>
span { border-color: #044E31; }
span { border-color: rgb(4,78,49); }
td.TdClassName
{
border-color: #044E31;
}
.TagClassName
{
border-color: #044E31;
}
</style>