Shades of British Racing Green #044220
Tints of British Racing Green #044220
RGB
CMYK
RGB Variations
Color information
#044220 (or 0x044220) is known color: British Racing Green. HEX triplet: 04, 42 and 20. RGB value is (4,66,32). Sum of RGB (Red+Green+Blue) = 4+66+32=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #044220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044220 is #FBBDDF. Grayscale: #2B2B2B. Windows color (decimal): -16498144 or 2114052. OLE color: 2114052.
HSL color Cylindrical-coordinate representation of color #044220: hue angle of 147.1º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044220 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 66 | 32 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.74 |
| HSL | 147.1º | 0.89% | 0.14% | - |
| HSV(B) | 147.1º | 0.94% | 0.26% | - |
| XYZ | 2.26 | 4.03 | 2.02 | - |
| YUV | 43.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 32 | 0.94 | 0 | 0.52 | 0.74 | 147.1 | 0.89 | 0.14 |
| Hex | 4 | 42 | 20 | 5E | 0 | 34 | 4A | 93 | 59 | E |
| Octal | 4 | 102 | 40 | 136 | 0 | 64 | 112 | 223 | 131 | 16 |
| Binary | 100 | 1000010 | 100000 | 1011110 | 0 | 110100 | 1001010 | 10010011 | 1011001 | 1110 |
Color Harmonies of #044220
Complementary color
Monochromatic Colors of #044220
Black with #044220
Text Example
Text Example
White with #044220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044220; }
p { color: rgb(4,66,32); }
H1.HeaderClassName
{
color: #044220;
}
.AnyTagClassName
{
color: #044220;
}
</style>
background-color css
<style>
a { background-color: #044220; }
a { background-color: rgb(4,66,32); }
div.DivClassName
{
background-color: #044220;
}
.BgClassName
{
background-color: #044220;
}
</style>
border-color css
<style>
span { border-color: #044220; }
span { border-color: rgb(4,66,32); }
td.TdClassName
{
border-color: #044220;
}
.TagClassName
{
border-color: #044220;
}
</style>