Shades of British Racing Green #044229
Tints of British Racing Green #044229
RGB
CMYK
RGB Variations
Color information
#044229 (or 0x044229) is known color: British Racing Green. HEX triplet: 04, 42 and 29. RGB value is (4,66,41). Sum of RGB (Red+Green+Blue) = 4+66+41=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #044229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044229 is #FBBDD6. Grayscale: #2C2C2C. Windows color (decimal): -16498135 or 2703876. OLE color: 2703876.
HSL color Cylindrical-coordinate representation of color #044229: hue angle of 155.81º 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 #044229 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 66 | 41 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.74 |
| HSL | 155.81º | 0.89% | 0.14% | - |
| HSV(B) | 155.81º | 0.94% | 0.26% | - |
| XYZ | 2.4 | 4.08 | 2.76 | - |
| YUV | 44.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 41 | 0.94 | 0 | 0.38 | 0.74 | 155.81 | 0.89 | 0.14 |
| Hex | 4 | 42 | 29 | 5E | 0 | 26 | 4A | 9C | 59 | E |
| Octal | 4 | 102 | 51 | 136 | 0 | 46 | 112 | 234 | 131 | 16 |
| Binary | 100 | 1000010 | 101001 | 1011110 | 0 | 100110 | 1001010 | 10011100 | 1011001 | 1110 |
Color Harmonies of #044229
Complementary color
Monochromatic Colors of #044229
Black with #044229
Text Example
Text Example
White with #044229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044229; }
p { color: rgb(4,66,41); }
H1.HeaderClassName
{
color: #044229;
}
.AnyTagClassName
{
color: #044229;
}
</style>
background-color css
<style>
a { background-color: #044229; }
a { background-color: rgb(4,66,41); }
div.DivClassName
{
background-color: #044229;
}
.BgClassName
{
background-color: #044229;
}
</style>
border-color css
<style>
span { border-color: #044229; }
span { border-color: rgb(4,66,41); }
td.TdClassName
{
border-color: #044229;
}
.TagClassName
{
border-color: #044229;
}
</style>