Shades of British Racing Green #044A21
Tints of British Racing Green #044A21
RGB
CMYK
RGB Variations
Color information
#044A21 (or 0x044A21) is known color: British Racing Green. HEX triplet: 04, 4A and 21. RGB value is (4,74,33). Sum of RGB (Red+Green+Blue) = 4+74+33=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 74 (29.30% from 255 or 66.67% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 74 - color contains mainly: green. Hex color #044A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A21 is #FBB5DE. Grayscale: #303030. Windows color (decimal): -16496095 or 2181636. OLE color: 2181636.
HSL color Cylindrical-coordinate representation of color #044A21: hue angle of 144.86º 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 #044A21 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 74 | 33 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.71 |
| HSL | 144.86º | 0.9% | 0.15% | - |
| HSV(B) | 144.86º | 0.95% | 0.29% | - |
| XYZ | 2.77 | 5.03 | 2.26 | - |
| YUV | 48.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 33 | 0.95 | 0 | 0.55 | 0.71 | 144.86 | 0.9 | 0.15 |
| Hex | 4 | 4A | 21 | 5F | 0 | 37 | 47 | 91 | 5A | F |
| Octal | 4 | 112 | 41 | 137 | 0 | 67 | 107 | 221 | 132 | 17 |
| Binary | 100 | 1001010 | 100001 | 1011111 | 0 | 110111 | 1000111 | 10010001 | 1011010 | 1111 |
Color Harmonies of #044A21
Complementary color
Monochromatic Colors of #044A21
Black with #044A21
Text Example
Text Example
White with #044A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A21; }
p { color: rgb(4,74,33); }
H1.HeaderClassName
{
color: #044A21;
}
.AnyTagClassName
{
color: #044A21;
}
</style>
background-color css
<style>
a { background-color: #044A21; }
a { background-color: rgb(4,74,33); }
div.DivClassName
{
background-color: #044A21;
}
.BgClassName
{
background-color: #044A21;
}
</style>
border-color css
<style>
span { border-color: #044A21; }
span { border-color: rgb(4,74,33); }
td.TdClassName
{
border-color: #044A21;
}
.TagClassName
{
border-color: #044A21;
}
</style>