Shades of British Racing Green #044A18
Tints of British Racing Green #044A18
RGB
CMYK
RGB Variations
Color information
#044A18 (or 0x044A18) is known color: British Racing Green. HEX triplet: 04, 4A and 18. RGB value is (4,74,24). Sum of RGB (Red+Green+Blue) = 4+74+24=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 74 (29.30% from 255 or 72.55% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 74 - color contains mainly: green. Hex color #044A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044A18 is #FBB5E7. Grayscale: #2F2F2F. Windows color (decimal): -16496104 or 1591812. OLE color: 1591812.
HSL color Cylindrical-coordinate representation of color #044A18: hue angle of 137.14º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A18 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 74 | 24 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.71 |
| HSL | 137.14º | 0.9% | 0.15% | - |
| HSV(B) | 137.14º | 0.95% | 0.29% | - |
| XYZ | 2.66 | 4.99 | 1.69 | - |
| YUV | 47.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 24 | 0.95 | 0 | 0.68 | 0.71 | 137.14 | 0.9 | 0.15 |
| Hex | 4 | 4A | 18 | 5F | 0 | 44 | 47 | 89 | 5A | F |
| Octal | 4 | 112 | 30 | 137 | 0 | 104 | 107 | 211 | 132 | 17 |
| Binary | 100 | 1001010 | 11000 | 1011111 | 0 | 1000100 | 1000111 | 10001001 | 1011010 | 1111 |
Color Harmonies of #044A18
Complementary color
Monochromatic Colors of #044A18
Black with #044A18
Text Example
Text Example
White with #044A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A18; }
p { color: rgb(4,74,24); }
H1.HeaderClassName
{
color: #044A18;
}
.AnyTagClassName
{
color: #044A18;
}
</style>
background-color css
<style>
a { background-color: #044A18; }
a { background-color: rgb(4,74,24); }
div.DivClassName
{
background-color: #044A18;
}
.BgClassName
{
background-color: #044A18;
}
</style>
border-color css
<style>
span { border-color: #044A18; }
span { border-color: rgb(4,74,24); }
td.TdClassName
{
border-color: #044A18;
}
.TagClassName
{
border-color: #044A18;
}
</style>