Shades of British Racing Green #044331
Tints of British Racing Green #044331
RGB
CMYK
RGB Variations
Color information
#044331 (or 0x044331) is known color: British Racing Green. HEX triplet: 04, 43 and 31. RGB value is (4,67,49). Sum of RGB (Red+Green+Blue) = 4+67+49=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #044331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044331 is #FBBCCE. Grayscale: #2E2E2E. Windows color (decimal): -16497871 or 3228420. OLE color: 3228420.
HSL color Cylindrical-coordinate representation of color #044331: hue angle of 162.86º 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 #044331 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 67 | 49 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.74 |
| HSL | 162.86º | 0.89% | 0.14% | - |
| HSV(B) | 162.86º | 0.94% | 0.26% | - |
| XYZ | 2.61 | 4.26 | 3.59 | - |
| YUV | 46.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 49 | 0.94 | 0 | 0.27 | 0.74 | 162.86 | 0.89 | 0.14 |
| Hex | 4 | 43 | 31 | 5E | 0 | 1B | 4A | A3 | 59 | E |
| Octal | 4 | 103 | 61 | 136 | 0 | 33 | 112 | 243 | 131 | 16 |
| Binary | 100 | 1000011 | 110001 | 1011110 | 0 | 11011 | 1001010 | 10100011 | 1011001 | 1110 |
Color Harmonies of #044331
Complementary color
Monochromatic Colors of #044331
Black with #044331
Text Example
Text Example
White with #044331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044331; }
p { color: rgb(4,67,49); }
H1.HeaderClassName
{
color: #044331;
}
.AnyTagClassName
{
color: #044331;
}
</style>
background-color css
<style>
a { background-color: #044331; }
a { background-color: rgb(4,67,49); }
div.DivClassName
{
background-color: #044331;
}
.BgClassName
{
background-color: #044331;
}
</style>
border-color css
<style>
span { border-color: #044331; }
span { border-color: rgb(4,67,49); }
td.TdClassName
{
border-color: #044331;
}
.TagClassName
{
border-color: #044331;
}
</style>