Shades of British Racing Green #043D25
Tints of British Racing Green #043D25
RGB
CMYK
RGB Variations
Color information
#043D25 (or 0x043D25) is known color: British Racing Green. HEX triplet: 04, 3D and 25. RGB value is (4,61,37). Sum of RGB (Red+Green+Blue) = 4+61+37=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 61 (24.22% from 255 or 59.80% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 61 - color contains mainly: green. Hex color #043D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D25 is #FBC2DA. Grayscale: #292929. Windows color (decimal): -16499419 or 2440452. OLE color: 2440452.
HSL color Cylindrical-coordinate representation of color #043D25: hue angle of 154.74º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043D25 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 61 | 37 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.76 |
| HSL | 154.74º | 0.88% | 0.13% | - |
| HSV(B) | 154.74º | 0.93% | 0.24% | - |
| XYZ | 2.05 | 3.5 | 2.32 | - |
| YUV | 41.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 37 | 0.93 | 0 | 0.39 | 0.76 | 154.74 | 0.88 | 0.13 |
| Hex | 4 | 3D | 25 | 5D | 0 | 27 | 4C | 9B | 58 | D |
| Octal | 4 | 75 | 45 | 135 | 0 | 47 | 114 | 233 | 130 | 15 |
| Binary | 100 | 111101 | 100101 | 1011101 | 0 | 100111 | 1001100 | 10011011 | 1011000 | 1101 |
Color Harmonies of #043D25
Complementary color
Monochromatic Colors of #043D25
Black with #043D25
Text Example
Text Example
White with #043D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D25; }
p { color: rgb(4,61,37); }
H1.HeaderClassName
{
color: #043D25;
}
.AnyTagClassName
{
color: #043D25;
}
</style>
background-color css
<style>
a { background-color: #043D25; }
a { background-color: rgb(4,61,37); }
div.DivClassName
{
background-color: #043D25;
}
.BgClassName
{
background-color: #043D25;
}
</style>
border-color css
<style>
span { border-color: #043D25; }
span { border-color: rgb(4,61,37); }
td.TdClassName
{
border-color: #043D25;
}
.TagClassName
{
border-color: #043D25;
}
</style>