Shades of British Racing Green #043C16
Tints of British Racing Green #043C16
RGB
CMYK
RGB Variations
Color information
#043C16 (or 0x043C16) is known color: British Racing Green. HEX triplet: 04, 3C and 16. RGB value is (4,60,22). Sum of RGB (Red+Green+Blue) = 4+60+22=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 60 (23.83% from 255 or 69.77% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 60 - color contains mainly: green. Hex color #043C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043C16 is #FBC3E9. Grayscale: #272727. Windows color (decimal): -16499690 or 1457156. OLE color: 1457156.
HSL color Cylindrical-coordinate representation of color #043C16: hue angle of 139.29º 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 #043C16 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 60 | 22 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.76 |
| HSL | 139.29º | 0.88% | 0.13% | - |
| HSV(B) | 139.29º | 0.93% | 0.24% | - |
| XYZ | 1.81 | 3.32 | 1.3 | - |
| YUV | 38.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 22 | 0.93 | 0 | 0.63 | 0.76 | 139.29 | 0.88 | 0.13 |
| Hex | 4 | 3C | 16 | 5D | 0 | 3F | 4C | 8B | 58 | D |
| Octal | 4 | 74 | 26 | 135 | 0 | 77 | 114 | 213 | 130 | 15 |
| Binary | 100 | 111100 | 10110 | 1011101 | 0 | 111111 | 1001100 | 10001011 | 1011000 | 1101 |
Color Harmonies of #043C16
Complementary color
Monochromatic Colors of #043C16
Black with #043C16
Text Example
Text Example
White with #043C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C16; }
p { color: rgb(4,60,22); }
H1.HeaderClassName
{
color: #043C16;
}
.AnyTagClassName
{
color: #043C16;
}
</style>
background-color css
<style>
a { background-color: #043C16; }
a { background-color: rgb(4,60,22); }
div.DivClassName
{
background-color: #043C16;
}
.BgClassName
{
background-color: #043C16;
}
</style>
border-color css
<style>
span { border-color: #043C16; }
span { border-color: rgb(4,60,22); }
td.TdClassName
{
border-color: #043C16;
}
.TagClassName
{
border-color: #043C16;
}
</style>