Shades of British Racing Green #044E18
Tints of British Racing Green #044E18
RGB
CMYK
RGB Variations
Color information
#044E18 (or 0x044E18) is known color: British Racing Green. HEX triplet: 04, 4E and 18. RGB value is (4,78,24). Sum of RGB (Red+Green+Blue) = 4+78+24=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 78 (30.86% from 255 or 73.58% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 78 - color contains mainly: green. Hex color #044E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044E18 is #FBB1E7. Grayscale: #313131. Windows color (decimal): -16495080 or 1592836. OLE color: 1592836.
HSL color Cylindrical-coordinate representation of color #044E18: hue angle of 136.22º 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 #044E18 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 24 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.69 |
| HSL | 136.22º | 0.9% | 0.16% | - |
| HSV(B) | 136.22º | 0.95% | 0.31% | - |
| XYZ | 2.94 | 5.54 | 1.78 | - |
| YUV | 49.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 24 | 0.95 | 0 | 0.69 | 0.69 | 136.22 | 0.9 | 0.16 |
| Hex | 4 | 4E | 18 | 5F | 0 | 45 | 45 | 88 | 5A | 10 |
| Octal | 4 | 116 | 30 | 137 | 0 | 105 | 105 | 210 | 132 | 20 |
| Binary | 100 | 1001110 | 11000 | 1011111 | 0 | 1000101 | 1000101 | 10001000 | 1011010 | 10000 |
Color Harmonies of #044E18
Complementary color
Monochromatic Colors of #044E18
Black with #044E18
Text Example
Text Example
White with #044E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E18; }
p { color: rgb(4,78,24); }
H1.HeaderClassName
{
color: #044E18;
}
.AnyTagClassName
{
color: #044E18;
}
</style>
background-color css
<style>
a { background-color: #044E18; }
a { background-color: rgb(4,78,24); }
div.DivClassName
{
background-color: #044E18;
}
.BgClassName
{
background-color: #044E18;
}
</style>
border-color css
<style>
span { border-color: #044E18; }
span { border-color: rgb(4,78,24); }
td.TdClassName
{
border-color: #044E18;
}
.TagClassName
{
border-color: #044E18;
}
</style>