Shades of British Racing Green #044225
Tints of British Racing Green #044225
RGB
CMYK
RGB Variations
Color information
#044225 (or 0x044225) is known color: British Racing Green. HEX triplet: 04, 42 and 25. RGB value is (4,66,37). Sum of RGB (Red+Green+Blue) = 4+66+37=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #044225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044225 is #FBBDDA. Grayscale: #2C2C2C. Windows color (decimal): -16498139 or 2441732. OLE color: 2441732.
HSL color Cylindrical-coordinate representation of color #044225: hue angle of 151.94º 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 #044225 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 66 | 37 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.74 |
| HSL | 151.94º | 0.89% | 0.14% | - |
| HSV(B) | 151.94º | 0.94% | 0.26% | - |
| XYZ | 2.33 | 4.06 | 2.41 | - |
| YUV | 44.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 37 | 0.94 | 0 | 0.44 | 0.74 | 151.94 | 0.89 | 0.14 |
| Hex | 4 | 42 | 25 | 5E | 0 | 2C | 4A | 98 | 59 | E |
| Octal | 4 | 102 | 45 | 136 | 0 | 54 | 112 | 230 | 131 | 16 |
| Binary | 100 | 1000010 | 100101 | 1011110 | 0 | 101100 | 1001010 | 10011000 | 1011001 | 1110 |
Color Harmonies of #044225
Complementary color
Monochromatic Colors of #044225
Black with #044225
Text Example
Text Example
White with #044225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044225; }
p { color: rgb(4,66,37); }
H1.HeaderClassName
{
color: #044225;
}
.AnyTagClassName
{
color: #044225;
}
</style>
background-color css
<style>
a { background-color: #044225; }
a { background-color: rgb(4,66,37); }
div.DivClassName
{
background-color: #044225;
}
.BgClassName
{
background-color: #044225;
}
</style>
border-color css
<style>
span { border-color: #044225; }
span { border-color: rgb(4,66,37); }
td.TdClassName
{
border-color: #044225;
}
.TagClassName
{
border-color: #044225;
}
</style>