Shades of British Racing Green #043F2D
Tints of British Racing Green #043F2D
RGB
CMYK
RGB Variations
Color information
#043F2D (or 0x043F2D) is known color: British Racing Green. HEX triplet: 04, 3F and 2D. RGB value is (4,63,45). Sum of RGB (Red+Green+Blue) = 4+63+45=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #043F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043F2D is #FBC0D2. Grayscale: #2B2B2B. Windows color (decimal): -16498899 or 2965252. OLE color: 2965252.
HSL color Cylindrical-coordinate representation of color #043F2D: hue angle of 161.69º 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 #043F2D is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 63 | 45 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.75 |
| HSL | 161.69º | 0.88% | 0.13% | - |
| HSV(B) | 161.69º | 0.94% | 0.25% | - |
| XYZ | 2.3 | 3.77 | 3.09 | - |
| YUV | 43.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 45 | 0.94 | 0 | 0.29 | 0.75 | 161.69 | 0.88 | 0.13 |
| Hex | 4 | 3F | 2D | 5E | 0 | 1D | 4B | A2 | 58 | D |
| Octal | 4 | 77 | 55 | 136 | 0 | 35 | 113 | 242 | 130 | 15 |
| Binary | 100 | 111111 | 101101 | 1011110 | 0 | 11101 | 1001011 | 10100010 | 1011000 | 1101 |
Color Harmonies of #043F2D
Complementary color
Monochromatic Colors of #043F2D
Black with #043F2D
Text Example
Text Example
White with #043F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043F2D; }
p { color: rgb(4,63,45); }
H1.HeaderClassName
{
color: #043F2D;
}
.AnyTagClassName
{
color: #043F2D;
}
</style>
background-color css
<style>
a { background-color: #043F2D; }
a { background-color: rgb(4,63,45); }
div.DivClassName
{
background-color: #043F2D;
}
.BgClassName
{
background-color: #043F2D;
}
</style>
border-color css
<style>
span { border-color: #043F2D; }
span { border-color: rgb(4,63,45); }
td.TdClassName
{
border-color: #043F2D;
}
.TagClassName
{
border-color: #043F2D;
}
</style>