Shades of British Racing Green #044E28
Tints of British Racing Green #044E28
RGB
CMYK
RGB Variations
Color information
#044E28 (or 0x044E28) is known color: British Racing Green. HEX triplet: 04, 4E and 28. RGB value is (4,78,40). Sum of RGB (Red+Green+Blue) = 4+78+40=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 78 (30.86% from 255 or 63.93% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 78 - color contains mainly: green. Hex color #044E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E28 is #FBB1D7. Grayscale: #333333. Windows color (decimal): -16495064 or 2641412. OLE color: 2641412.
HSL color Cylindrical-coordinate representation of color #044E28: hue angle of 149.19º 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 #044E28 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 40 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.69 |
| HSL | 149.19º | 0.9% | 0.16% | - |
| HSV(B) | 149.19º | 0.95% | 0.31% | - |
| XYZ | 3.16 | 5.63 | 2.93 | - |
| YUV | 51.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 40 | 0.95 | 0 | 0.49 | 0.69 | 149.19 | 0.9 | 0.16 |
| Hex | 4 | 4E | 28 | 5F | 0 | 31 | 45 | 95 | 5A | 10 |
| Octal | 4 | 116 | 50 | 137 | 0 | 61 | 105 | 225 | 132 | 20 |
| Binary | 100 | 1001110 | 101000 | 1011111 | 0 | 110001 | 1000101 | 10010101 | 1011010 | 10000 |
Color Harmonies of #044E28
Complementary color
Monochromatic Colors of #044E28
Black with #044E28
Text Example
Text Example
White with #044E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E28; }
p { color: rgb(4,78,40); }
H1.HeaderClassName
{
color: #044E28;
}
.AnyTagClassName
{
color: #044E28;
}
</style>
background-color css
<style>
a { background-color: #044E28; }
a { background-color: rgb(4,78,40); }
div.DivClassName
{
background-color: #044E28;
}
.BgClassName
{
background-color: #044E28;
}
</style>
border-color css
<style>
span { border-color: #044E28; }
span { border-color: rgb(4,78,40); }
td.TdClassName
{
border-color: #044E28;
}
.TagClassName
{
border-color: #044E28;
}
</style>