Shades of British Racing Green #044121
Tints of British Racing Green #044121
RGB
CMYK
RGB Variations
Color information
#044121 (or 0x044121) is known color: British Racing Green. HEX triplet: 04, 41 and 21. RGB value is (4,65,33). Sum of RGB (Red+Green+Blue) = 4+65+33=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #044121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044121 is #FBBEDE. Grayscale: #2B2B2B. Windows color (decimal): -16498399 or 2179332. OLE color: 2179332.
HSL color Cylindrical-coordinate representation of color #044121: hue angle of 148.52º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044121 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 33 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.75 |
| HSL | 148.52º | 0.88% | 0.14% | - |
| HSV(B) | 148.52º | 0.94% | 0.25% | - |
| XYZ | 2.21 | 3.92 | 2.08 | - |
| YUV | 43.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 33 | 0.94 | 0 | 0.49 | 0.75 | 148.52 | 0.88 | 0.14 |
| Hex | 4 | 41 | 21 | 5E | 0 | 31 | 4B | 95 | 58 | E |
| Octal | 4 | 101 | 41 | 136 | 0 | 61 | 113 | 225 | 130 | 16 |
| Binary | 100 | 1000001 | 100001 | 1011110 | 0 | 110001 | 1001011 | 10010101 | 1011000 | 1110 |
Color Harmonies of #044121
Complementary color
Monochromatic Colors of #044121
Black with #044121
Text Example
Text Example
White with #044121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044121; }
p { color: rgb(4,65,33); }
H1.HeaderClassName
{
color: #044121;
}
.AnyTagClassName
{
color: #044121;
}
</style>
background-color css
<style>
a { background-color: #044121; }
a { background-color: rgb(4,65,33); }
div.DivClassName
{
background-color: #044121;
}
.BgClassName
{
background-color: #044121;
}
</style>
border-color css
<style>
span { border-color: #044121; }
span { border-color: rgb(4,65,33); }
td.TdClassName
{
border-color: #044121;
}
.TagClassName
{
border-color: #044121;
}
</style>