Shades of British Racing Green #044F18
Tints of British Racing Green #044F18
RGB
CMYK
RGB Variations
Color information
#044F18 (or 0x044F18) is known color: British Racing Green. HEX triplet: 04, 4F and 18. RGB value is (4,79,24). Sum of RGB (Red+Green+Blue) = 4+79+24=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 79 (31.25% from 255 or 73.83% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 79 - color contains mainly: green. Hex color #044F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044F18 is #FBB0E7. Grayscale: #323232. Windows color (decimal): -16494824 or 1593092. OLE color: 1593092.
HSL color Cylindrical-coordinate representation of color #044F18: hue angle of 136º 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 #044F18 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 24 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.69 |
| HSL | 136º | 0.9% | 0.16% | - |
| HSV(B) | 136º | 0.95% | 0.31% | - |
| XYZ | 3.01 | 5.68 | 1.8 | - |
| YUV | 50.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 24 | 0.95 | 0 | 0.70 | 0.69 | 136 | 0.9 | 0.16 |
| Hex | 4 | 4F | 18 | 5F | 0 | 46 | 45 | 88 | 5A | 10 |
| Octal | 4 | 117 | 30 | 137 | 0 | 106 | 105 | 210 | 132 | 20 |
| Binary | 100 | 1001111 | 11000 | 1011111 | 0 | 1000110 | 1000101 | 10001000 | 1011010 | 10000 |
Color Harmonies of #044F18
Complementary color
Monochromatic Colors of #044F18
Black with #044F18
Text Example
Text Example
White with #044F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F18; }
p { color: rgb(4,79,24); }
H1.HeaderClassName
{
color: #044F18;
}
.AnyTagClassName
{
color: #044F18;
}
</style>
background-color css
<style>
a { background-color: #044F18; }
a { background-color: rgb(4,79,24); }
div.DivClassName
{
background-color: #044F18;
}
.BgClassName
{
background-color: #044F18;
}
</style>
border-color css
<style>
span { border-color: #044F18; }
span { border-color: rgb(4,79,24); }
td.TdClassName
{
border-color: #044F18;
}
.TagClassName
{
border-color: #044F18;
}
</style>