Shades of British Racing Green #044117
Tints of British Racing Green #044117
RGB
CMYK
RGB Variations
Color information
#044117 (or 0x044117) is known color: British Racing Green. HEX triplet: 04, 41 and 17. RGB value is (4,65,23). Sum of RGB (Red+Green+Blue) = 4+65+23=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #044117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044117 is #FBBEE8. Grayscale: #2A2A2A. Windows color (decimal): -16498409 or 1523972. OLE color: 1523972.
HSL color Cylindrical-coordinate representation of color #044117: hue angle of 138.69º 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 #044117 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 23 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.75 |
| HSL | 138.69º | 0.88% | 0.14% | - |
| HSV(B) | 138.69º | 0.94% | 0.25% | - |
| XYZ | 2.1 | 3.87 | 1.45 | - |
| YUV | 41.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 23 | 0.94 | 0 | 0.65 | 0.75 | 138.69 | 0.88 | 0.14 |
| Hex | 4 | 41 | 17 | 5E | 0 | 41 | 4B | 8B | 58 | E |
| Octal | 4 | 101 | 27 | 136 | 0 | 101 | 113 | 213 | 130 | 16 |
| Binary | 100 | 1000001 | 10111 | 1011110 | 0 | 1000001 | 1001011 | 10001011 | 1011000 | 1110 |
Color Harmonies of #044117
Complementary color
Monochromatic Colors of #044117
Black with #044117
Text Example
Text Example
White with #044117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044117; }
p { color: rgb(4,65,23); }
H1.HeaderClassName
{
color: #044117;
}
.AnyTagClassName
{
color: #044117;
}
</style>
background-color css
<style>
a { background-color: #044117; }
a { background-color: rgb(4,65,23); }
div.DivClassName
{
background-color: #044117;
}
.BgClassName
{
background-color: #044117;
}
</style>
border-color css
<style>
span { border-color: #044117; }
span { border-color: rgb(4,65,23); }
td.TdClassName
{
border-color: #044117;
}
.TagClassName
{
border-color: #044117;
}
</style>