Shades of British Racing Green #043F25
Tints of British Racing Green #043F25
RGB
CMYK
RGB Variations
Color information
#043F25 (or 0x043F25) is known color: British Racing Green. HEX triplet: 04, 3F and 25. RGB value is (4,63,37). Sum of RGB (Red+Green+Blue) = 4+63+37=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #043F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043F25 is #FBC0DA. Grayscale: #2A2A2A. Windows color (decimal): -16498907 or 2440964. OLE color: 2440964.
HSL color Cylindrical-coordinate representation of color #043F25: hue angle of 153.56º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043F25 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 63 | 37 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.75 |
| HSL | 153.56º | 0.88% | 0.13% | - |
| HSV(B) | 153.56º | 0.94% | 0.25% | - |
| XYZ | 2.16 | 3.71 | 2.35 | - |
| YUV | 42.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 37 | 0.94 | 0 | 0.41 | 0.75 | 153.56 | 0.88 | 0.13 |
| Hex | 4 | 3F | 25 | 5E | 0 | 29 | 4B | 9A | 58 | D |
| Octal | 4 | 77 | 45 | 136 | 0 | 51 | 113 | 232 | 130 | 15 |
| Binary | 100 | 111111 | 100101 | 1011110 | 0 | 101001 | 1001011 | 10011010 | 1011000 | 1101 |
Color Harmonies of #043F25
Complementary color
Monochromatic Colors of #043F25
Black with #043F25
Text Example
Text Example
White with #043F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043F25; }
p { color: rgb(4,63,37); }
H1.HeaderClassName
{
color: #043F25;
}
.AnyTagClassName
{
color: #043F25;
}
</style>
background-color css
<style>
a { background-color: #043F25; }
a { background-color: rgb(4,63,37); }
div.DivClassName
{
background-color: #043F25;
}
.BgClassName
{
background-color: #043F25;
}
</style>
border-color css
<style>
span { border-color: #043F25; }
span { border-color: rgb(4,63,37); }
td.TdClassName
{
border-color: #043F25;
}
.TagClassName
{
border-color: #043F25;
}
</style>