Shades of British Racing Green #044F25
Tints of British Racing Green #044F25
RGB
CMYK
RGB Variations
Color information
#044F25 (or 0x044F25) is known color: British Racing Green. HEX triplet: 04, 4F and 25. RGB value is (4,79,37). Sum of RGB (Red+Green+Blue) = 4+79+37=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 79 (31.25% from 255 or 65.83% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 79 - color contains mainly: green. Hex color #044F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F25 is #FBB0DA. Grayscale: #333333. Windows color (decimal): -16494811 or 2445060. OLE color: 2445060.
HSL color Cylindrical-coordinate representation of color #044F25: hue angle of 146.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044F25 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 37 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.69 |
| HSL | 146.4º | 0.9% | 0.16% | - |
| HSV(B) | 146.4º | 0.95% | 0.31% | - |
| XYZ | 3.18 | 5.75 | 2.69 | - |
| YUV | 51.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 37 | 0.95 | 0 | 0.53 | 0.69 | 146.4 | 0.9 | 0.16 |
| Hex | 4 | 4F | 25 | 5F | 0 | 35 | 45 | 92 | 5A | 10 |
| Octal | 4 | 117 | 45 | 137 | 0 | 65 | 105 | 222 | 132 | 20 |
| Binary | 100 | 1001111 | 100101 | 1011111 | 0 | 110101 | 1000101 | 10010010 | 1011010 | 10000 |
Color Harmonies of #044F25
Complementary color
Monochromatic Colors of #044F25
Black with #044F25
Text Example
Text Example
White with #044F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F25; }
p { color: rgb(4,79,37); }
H1.HeaderClassName
{
color: #044F25;
}
.AnyTagClassName
{
color: #044F25;
}
</style>
background-color css
<style>
a { background-color: #044F25; }
a { background-color: rgb(4,79,37); }
div.DivClassName
{
background-color: #044F25;
}
.BgClassName
{
background-color: #044F25;
}
</style>
border-color css
<style>
span { border-color: #044F25; }
span { border-color: rgb(4,79,37); }
td.TdClassName
{
border-color: #044F25;
}
.TagClassName
{
border-color: #044F25;
}
</style>