Shades of British Racing Green #044928
Tints of British Racing Green #044928
RGB
CMYK
RGB Variations
Color information
#044928 (or 0x044928) is known color: British Racing Green. HEX triplet: 04, 49 and 28. RGB value is (4,73,40). Sum of RGB (Red+Green+Blue) = 4+73+40=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #044928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044928 is #FBB6D7. Grayscale: #303030. Windows color (decimal): -16496344 or 2640132. OLE color: 2640132.
HSL color Cylindrical-coordinate representation of color #044928: hue angle of 151.3º 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 #044928 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 73 | 40 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.71 |
| HSL | 151.3º | 0.9% | 0.15% | - |
| HSV(B) | 151.3º | 0.95% | 0.29% | - |
| XYZ | 2.82 | 4.94 | 2.81 | - |
| YUV | 48.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 40 | 0.95 | 0 | 0.45 | 0.71 | 151.3 | 0.9 | 0.15 |
| Hex | 4 | 49 | 28 | 5F | 0 | 2D | 47 | 97 | 5A | F |
| Octal | 4 | 111 | 50 | 137 | 0 | 55 | 107 | 227 | 132 | 17 |
| Binary | 100 | 1001001 | 101000 | 1011111 | 0 | 101101 | 1000111 | 10010111 | 1011010 | 1111 |
Color Harmonies of #044928
Complementary color
Monochromatic Colors of #044928
Black with #044928
Text Example
Text Example
White with #044928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044928; }
p { color: rgb(4,73,40); }
H1.HeaderClassName
{
color: #044928;
}
.AnyTagClassName
{
color: #044928;
}
</style>
background-color css
<style>
a { background-color: #044928; }
a { background-color: rgb(4,73,40); }
div.DivClassName
{
background-color: #044928;
}
.BgClassName
{
background-color: #044928;
}
</style>
border-color css
<style>
span { border-color: #044928; }
span { border-color: rgb(4,73,40); }
td.TdClassName
{
border-color: #044928;
}
.TagClassName
{
border-color: #044928;
}
</style>