Shades of British Racing Green #044125
Tints of British Racing Green #044125
RGB
CMYK
RGB Variations
Color information
#044125 (or 0x044125) is known color: British Racing Green. HEX triplet: 04, 41 and 25. RGB value is (4,65,37). Sum of RGB (Red+Green+Blue) = 4+65+37=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #044125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044125 is #FBBEDA. Grayscale: #2B2B2B. Windows color (decimal): -16498395 or 2441476. OLE color: 2441476.
HSL color Cylindrical-coordinate representation of color #044125: hue angle of 152.46º 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 #044125 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 37 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.75 |
| HSL | 152.46º | 0.88% | 0.14% | - |
| HSV(B) | 152.46º | 0.94% | 0.25% | - |
| XYZ | 2.27 | 3.94 | 2.39 | - |
| YUV | 43.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 37 | 0.94 | 0 | 0.43 | 0.75 | 152.46 | 0.88 | 0.14 |
| Hex | 4 | 41 | 25 | 5E | 0 | 2B | 4B | 98 | 58 | E |
| Octal | 4 | 101 | 45 | 136 | 0 | 53 | 113 | 230 | 130 | 16 |
| Binary | 100 | 1000001 | 100101 | 1011110 | 0 | 101011 | 1001011 | 10011000 | 1011000 | 1110 |
Color Harmonies of #044125
Complementary color
Monochromatic Colors of #044125
Black with #044125
Text Example
Text Example
White with #044125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044125; }
p { color: rgb(4,65,37); }
H1.HeaderClassName
{
color: #044125;
}
.AnyTagClassName
{
color: #044125;
}
</style>
background-color css
<style>
a { background-color: #044125; }
a { background-color: rgb(4,65,37); }
div.DivClassName
{
background-color: #044125;
}
.BgClassName
{
background-color: #044125;
}
</style>
border-color css
<style>
span { border-color: #044125; }
span { border-color: rgb(4,65,37); }
td.TdClassName
{
border-color: #044125;
}
.TagClassName
{
border-color: #044125;
}
</style>