Shades of British Racing Green #044F31
Tints of British Racing Green #044F31
RGB
CMYK
RGB Variations
Color information
#044F31 (or 0x044F31) is known color: British Racing Green. HEX triplet: 04, 4F and 31. RGB value is (4,79,49). Sum of RGB (Red+Green+Blue) = 4+79+49=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 79 (31.25% from 255 or 59.85% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 79 - color contains mainly: green. Hex color #044F31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F31 is #FBB0CE. Grayscale: #353535. Windows color (decimal): -16494799 or 3231492. OLE color: 3231492.
HSL color Cylindrical-coordinate representation of color #044F31: hue angle of 156º 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 #044F31 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 49 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.69 |
| HSL | 156º | 0.9% | 0.16% | - |
| HSV(B) | 156º | 0.95% | 0.31% | - |
| XYZ | 3.4 | 5.84 | 3.85 | - |
| YUV | 53.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 49 | 0.95 | 0 | 0.38 | 0.69 | 156 | 0.9 | 0.16 |
| Hex | 4 | 4F | 31 | 5F | 0 | 26 | 45 | 9C | 5A | 10 |
| Octal | 4 | 117 | 61 | 137 | 0 | 46 | 105 | 234 | 132 | 20 |
| Binary | 100 | 1001111 | 110001 | 1011111 | 0 | 100110 | 1000101 | 10011100 | 1011010 | 10000 |
Color Harmonies of #044F31
Complementary color
Monochromatic Colors of #044F31
Black with #044F31
Text Example
Text Example
White with #044F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F31; }
p { color: rgb(4,79,49); }
H1.HeaderClassName
{
color: #044F31;
}
.AnyTagClassName
{
color: #044F31;
}
</style>
background-color css
<style>
a { background-color: #044F31; }
a { background-color: rgb(4,79,49); }
div.DivClassName
{
background-color: #044F31;
}
.BgClassName
{
background-color: #044F31;
}
</style>
border-color css
<style>
span { border-color: #044F31; }
span { border-color: rgb(4,79,49); }
td.TdClassName
{
border-color: #044F31;
}
.TagClassName
{
border-color: #044F31;
}
</style>