Shades of British Racing Green #044119
Tints of British Racing Green #044119
RGB
CMYK
RGB Variations
Color information
#044119 (or 0x044119) is known color: British Racing Green. HEX triplet: 04, 41 and 19. RGB value is (4,65,25). Sum of RGB (Red+Green+Blue) = 4+65+25=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 65 (25.78% from 255 or 69.15% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 65 - color contains mainly: green. Hex color #044119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044119 is #FBBEE6. Grayscale: #2A2A2A. Windows color (decimal): -16498407 or 1655044. OLE color: 1655044.
HSL color Cylindrical-coordinate representation of color #044119: hue angle of 140.66º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044119 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 25 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.75 |
| HSL | 140.66º | 0.88% | 0.14% | - |
| HSV(B) | 140.66º | 0.94% | 0.25% | - |
| XYZ | 2.12 | 3.88 | 1.56 | - |
| YUV | 42.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 25 | 0.94 | 0 | 0.62 | 0.75 | 140.66 | 0.88 | 0.14 |
| Hex | 4 | 41 | 19 | 5E | 0 | 3E | 4B | 8D | 58 | E |
| Octal | 4 | 101 | 31 | 136 | 0 | 76 | 113 | 215 | 130 | 16 |
| Binary | 100 | 1000001 | 11001 | 1011110 | 0 | 111110 | 1001011 | 10001101 | 1011000 | 1110 |
Color Harmonies of #044119
Complementary color
Monochromatic Colors of #044119
Black with #044119
Text Example
Text Example
White with #044119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044119; }
p { color: rgb(4,65,25); }
H1.HeaderClassName
{
color: #044119;
}
.AnyTagClassName
{
color: #044119;
}
</style>
background-color css
<style>
a { background-color: #044119; }
a { background-color: rgb(4,65,25); }
div.DivClassName
{
background-color: #044119;
}
.BgClassName
{
background-color: #044119;
}
</style>
border-color css
<style>
span { border-color: #044119; }
span { border-color: rgb(4,65,25); }
td.TdClassName
{
border-color: #044119;
}
.TagClassName
{
border-color: #044119;
}
</style>