Shades of British Racing Green #043C2D
Tints of British Racing Green #043C2D
RGB
CMYK
RGB Variations
Color information
#043C2D (or 0x043C2D) is known color: British Racing Green. HEX triplet: 04, 3C and 2D. RGB value is (4,60,45). Sum of RGB (Red+Green+Blue) = 4+60+45=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 60 (23.83% from 255 or 55.05% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 60 - color contains mainly: green. Hex color #043C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C2D is #FBC3D2. Grayscale: #292929. Windows color (decimal): -16499667 or 2964484. OLE color: 2964484.
HSL color Cylindrical-coordinate representation of color #043C2D: hue angle of 163.93º 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 #043C2D is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 60 | 45 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.76 |
| HSL | 163.93º | 0.88% | 0.13% | - |
| HSV(B) | 163.93º | 0.93% | 0.24% | - |
| XYZ | 2.14 | 3.45 | 3.04 | - |
| YUV | 41.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 45 | 0.93 | 0 | 0.25 | 0.76 | 163.93 | 0.88 | 0.13 |
| Hex | 4 | 3C | 2D | 5D | 0 | 19 | 4C | A4 | 58 | D |
| Octal | 4 | 74 | 55 | 135 | 0 | 31 | 114 | 244 | 130 | 15 |
| Binary | 100 | 111100 | 101101 | 1011101 | 0 | 11001 | 1001100 | 10100100 | 1011000 | 1101 |
Color Harmonies of #043C2D
Complementary color
Monochromatic Colors of #043C2D
Black with #043C2D
Text Example
Text Example
White with #043C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C2D; }
p { color: rgb(4,60,45); }
H1.HeaderClassName
{
color: #043C2D;
}
.AnyTagClassName
{
color: #043C2D;
}
</style>
background-color css
<style>
a { background-color: #043C2D; }
a { background-color: rgb(4,60,45); }
div.DivClassName
{
background-color: #043C2D;
}
.BgClassName
{
background-color: #043C2D;
}
</style>
border-color css
<style>
span { border-color: #043C2D; }
span { border-color: rgb(4,60,45); }
td.TdClassName
{
border-color: #043C2D;
}
.TagClassName
{
border-color: #043C2D;
}
</style>