Shades of British Racing Green #044932
Tints of British Racing Green #044932
RGB
CMYK
RGB Variations
Color information
#044932 (or 0x044932) is known color: British Racing Green. HEX triplet: 04, 49 and 32. RGB value is (4,73,50). Sum of RGB (Red+Green+Blue) = 4+73+50=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #044932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044932 is #FBB6CD. Grayscale: #313131. Windows color (decimal): -16496334 or 3295492. OLE color: 3295492.
HSL color Cylindrical-coordinate representation of color #044932: hue angle of 160º 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 #044932 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 73 | 50 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.71 |
| HSL | 160º | 0.9% | 0.15% | - |
| HSV(B) | 160º | 0.95% | 0.29% | - |
| XYZ | 3.01 | 5.02 | 3.83 | - |
| YUV | 49.75 | 128.14 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 50 | 0.95 | 0 | 0.32 | 0.71 | 160 | 0.9 | 0.15 |
| Hex | 4 | 49 | 32 | 5F | 0 | 20 | 47 | A0 | 5A | F |
| Octal | 4 | 111 | 62 | 137 | 0 | 40 | 107 | 240 | 132 | 17 |
| Binary | 100 | 1001001 | 110010 | 1011111 | 0 | 100000 | 1000111 | 10100000 | 1011010 | 1111 |
Color Harmonies of #044932
Complementary color
Monochromatic Colors of #044932
Black with #044932
Text Example
Text Example
White with #044932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044932; }
p { color: rgb(4,73,50); }
H1.HeaderClassName
{
color: #044932;
}
.AnyTagClassName
{
color: #044932;
}
</style>
background-color css
<style>
a { background-color: #044932; }
a { background-color: rgb(4,73,50); }
div.DivClassName
{
background-color: #044932;
}
.BgClassName
{
background-color: #044932;
}
</style>
border-color css
<style>
span { border-color: #044932; }
span { border-color: rgb(4,73,50); }
td.TdClassName
{
border-color: #044932;
}
.TagClassName
{
border-color: #044932;
}
</style>