Shades of British Racing Green #043C2F
Tints of British Racing Green #043C2F
RGB
CMYK
RGB Variations
Color information
#043C2F (or 0x043C2F) is known color: British Racing Green. HEX triplet: 04, 3C and 2F. RGB value is (4,60,47). Sum of RGB (Red+Green+Blue) = 4+60+47=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 60 (23.83% from 255 or 54.05% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 60 - color contains mainly: green. Hex color #043C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C2F is #FBC3D0. Grayscale: #292929. Windows color (decimal): -16499665 or 3095556. OLE color: 3095556.
HSL color Cylindrical-coordinate representation of color #043C2F: hue angle of 166.07º 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 #043C2F is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 60 | 47 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.76 |
| HSL | 166.07º | 0.88% | 0.13% | - |
| HSV(B) | 166.07º | 0.93% | 0.24% | - |
| XYZ | 2.18 | 3.46 | 3.24 | - |
| YUV | 41.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 47 | 0.93 | 0 | 0.22 | 0.76 | 166.07 | 0.88 | 0.13 |
| Hex | 4 | 3C | 2F | 5D | 0 | 16 | 4C | A6 | 58 | D |
| Octal | 4 | 74 | 57 | 135 | 0 | 26 | 114 | 246 | 130 | 15 |
| Binary | 100 | 111100 | 101111 | 1011101 | 0 | 10110 | 1001100 | 10100110 | 1011000 | 1101 |
Color Harmonies of #043C2F
Complementary color
Monochromatic Colors of #043C2F
Black with #043C2F
Text Example
Text Example
White with #043C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C2F; }
p { color: rgb(4,60,47); }
H1.HeaderClassName
{
color: #043C2F;
}
.AnyTagClassName
{
color: #043C2F;
}
</style>
background-color css
<style>
a { background-color: #043C2F; }
a { background-color: rgb(4,60,47); }
div.DivClassName
{
background-color: #043C2F;
}
.BgClassName
{
background-color: #043C2F;
}
</style>
border-color css
<style>
span { border-color: #043C2F; }
span { border-color: rgb(4,60,47); }
td.TdClassName
{
border-color: #043C2F;
}
.TagClassName
{
border-color: #043C2F;
}
</style>