Shades of British Racing Green #044821
Tints of British Racing Green #044821
RGB
CMYK
RGB Variations
Color information
#044821 (or 0x044821) is known color: British Racing Green. HEX triplet: 04, 48 and 21. RGB value is (4,72,33). Sum of RGB (Red+Green+Blue) = 4+72+33=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #044821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044821 is #FBB7DE. Grayscale: #2F2F2F. Windows color (decimal): -16496607 or 2181124. OLE color: 2181124.
HSL color Cylindrical-coordinate representation of color #044821: hue angle of 145.59º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044821 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 72 | 33 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.72 |
| HSL | 145.59º | 0.89% | 0.15% | - |
| HSV(B) | 145.59º | 0.94% | 0.28% | - |
| XYZ | 2.64 | 4.77 | 2.22 | - |
| YUV | 47.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 33 | 0.94 | 0 | 0.54 | 0.72 | 145.59 | 0.89 | 0.15 |
| Hex | 4 | 48 | 21 | 5E | 0 | 36 | 48 | 92 | 59 | F |
| Octal | 4 | 110 | 41 | 136 | 0 | 66 | 110 | 222 | 131 | 17 |
| Binary | 100 | 1001000 | 100001 | 1011110 | 0 | 110110 | 1001000 | 10010010 | 1011001 | 1111 |
Color Harmonies of #044821
Complementary color
Monochromatic Colors of #044821
Black with #044821
Text Example
Text Example
White with #044821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044821; }
p { color: rgb(4,72,33); }
H1.HeaderClassName
{
color: #044821;
}
.AnyTagClassName
{
color: #044821;
}
</style>
background-color css
<style>
a { background-color: #044821; }
a { background-color: rgb(4,72,33); }
div.DivClassName
{
background-color: #044821;
}
.BgClassName
{
background-color: #044821;
}
</style>
border-color css
<style>
span { border-color: #044821; }
span { border-color: rgb(4,72,33); }
td.TdClassName
{
border-color: #044821;
}
.TagClassName
{
border-color: #044821;
}
</style>