Shades of British Racing Green #044529
Tints of British Racing Green #044529
RGB
CMYK
RGB Variations
Color information
#044529 (or 0x044529) is known color: British Racing Green. HEX triplet: 04, 45 and 29. RGB value is (4,69,41). Sum of RGB (Red+Green+Blue) = 4+69+41=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #044529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044529 is #FBBAD6. Grayscale: #2E2E2E. Windows color (decimal): -16497367 or 2704644. OLE color: 2704644.
HSL color Cylindrical-coordinate representation of color #044529: hue angle of 154.15º 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 #044529 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 69 | 41 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.73 |
| HSL | 154.15º | 0.89% | 0.14% | - |
| HSV(B) | 154.15º | 0.94% | 0.27% | - |
| XYZ | 2.58 | 4.44 | 2.82 | - |
| YUV | 46.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 41 | 0.94 | 0 | 0.41 | 0.73 | 154.15 | 0.89 | 0.14 |
| Hex | 4 | 45 | 29 | 5E | 0 | 29 | 49 | 9A | 59 | E |
| Octal | 4 | 105 | 51 | 136 | 0 | 51 | 111 | 232 | 131 | 16 |
| Binary | 100 | 1000101 | 101001 | 1011110 | 0 | 101001 | 1001001 | 10011010 | 1011001 | 1110 |
Color Harmonies of #044529
Complementary color
Monochromatic Colors of #044529
Black with #044529
Text Example
Text Example
White with #044529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044529; }
p { color: rgb(4,69,41); }
H1.HeaderClassName
{
color: #044529;
}
.AnyTagClassName
{
color: #044529;
}
</style>
background-color css
<style>
a { background-color: #044529; }
a { background-color: rgb(4,69,41); }
div.DivClassName
{
background-color: #044529;
}
.BgClassName
{
background-color: #044529;
}
</style>
border-color css
<style>
span { border-color: #044529; }
span { border-color: rgb(4,69,41); }
td.TdClassName
{
border-color: #044529;
}
.TagClassName
{
border-color: #044529;
}
</style>