Shades of British Racing Green #043D2D
Tints of British Racing Green #043D2D
RGB
CMYK
RGB Variations
Color information
#043D2D (or 0x043D2D) is known color: British Racing Green. HEX triplet: 04, 3D and 2D. RGB value is (4,61,45). Sum of RGB (Red+Green+Blue) = 4+61+45=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 61 (24.22% from 255 or 55.45% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 61 - color contains mainly: green. Hex color #043D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D2D is #FBC2D2. Grayscale: #2A2A2A. Windows color (decimal): -16499411 or 2964740. OLE color: 2964740.
HSL color Cylindrical-coordinate representation of color #043D2D: hue angle of 163.16º 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 #043D2D is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 61 | 45 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.76 |
| HSL | 163.16º | 0.88% | 0.13% | - |
| HSV(B) | 163.16º | 0.93% | 0.24% | - |
| XYZ | 2.19 | 3.55 | 3.05 | - |
| YUV | 42.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 45 | 0.93 | 0 | 0.26 | 0.76 | 163.16 | 0.88 | 0.13 |
| Hex | 4 | 3D | 2D | 5D | 0 | 1A | 4C | A3 | 58 | D |
| Octal | 4 | 75 | 55 | 135 | 0 | 32 | 114 | 243 | 130 | 15 |
| Binary | 100 | 111101 | 101101 | 1011101 | 0 | 11010 | 1001100 | 10100011 | 1011000 | 1101 |
Color Harmonies of #043D2D
Complementary color
Monochromatic Colors of #043D2D
Black with #043D2D
Text Example
Text Example
White with #043D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D2D; }
p { color: rgb(4,61,45); }
H1.HeaderClassName
{
color: #043D2D;
}
.AnyTagClassName
{
color: #043D2D;
}
</style>
background-color css
<style>
a { background-color: #043D2D; }
a { background-color: rgb(4,61,45); }
div.DivClassName
{
background-color: #043D2D;
}
.BgClassName
{
background-color: #043D2D;
}
</style>
border-color css
<style>
span { border-color: #043D2D; }
span { border-color: rgb(4,61,45); }
td.TdClassName
{
border-color: #043D2D;
}
.TagClassName
{
border-color: #043D2D;
}
</style>