Shades of British Racing Green #044528
Tints of British Racing Green #044528
RGB
CMYK
RGB Variations
Color information
#044528 (or 0x044528) is known color: British Racing Green. HEX triplet: 04, 45 and 28. RGB value is (4,69,40). Sum of RGB (Red+Green+Blue) = 4+69+40=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #044528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044528 is #FBBAD7. Grayscale: #2E2E2E. Windows color (decimal): -16497368 or 2639108. OLE color: 2639108.
HSL color Cylindrical-coordinate representation of color #044528: hue angle of 153.23º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044528 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 69 | 40 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.73 |
| HSL | 153.23º | 0.89% | 0.14% | - |
| HSV(B) | 153.23º | 0.94% | 0.27% | - |
| XYZ | 2.56 | 4.44 | 2.73 | - |
| YUV | 46.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 40 | 0.94 | 0 | 0.42 | 0.73 | 153.23 | 0.89 | 0.14 |
| Hex | 4 | 45 | 28 | 5E | 0 | 2A | 49 | 99 | 59 | E |
| Octal | 4 | 105 | 50 | 136 | 0 | 52 | 111 | 231 | 131 | 16 |
| Binary | 100 | 1000101 | 101000 | 1011110 | 0 | 101010 | 1001001 | 10011001 | 1011001 | 1110 |
Color Harmonies of #044528
Complementary color
Monochromatic Colors of #044528
Black with #044528
Text Example
Text Example
White with #044528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044528; }
p { color: rgb(4,69,40); }
H1.HeaderClassName
{
color: #044528;
}
.AnyTagClassName
{
color: #044528;
}
</style>
background-color css
<style>
a { background-color: #044528; }
a { background-color: rgb(4,69,40); }
div.DivClassName
{
background-color: #044528;
}
.BgClassName
{
background-color: #044528;
}
</style>
border-color css
<style>
span { border-color: #044528; }
span { border-color: rgb(4,69,40); }
td.TdClassName
{
border-color: #044528;
}
.TagClassName
{
border-color: #044528;
}
</style>