Shades of British Racing Green #043C1B
Tints of British Racing Green #043C1B
RGB
CMYK
RGB Variations
Color information
#043C1B (or 0x043C1B) is known color: British Racing Green. HEX triplet: 04, 3C and 1B. RGB value is (4,60,27). Sum of RGB (Red+Green+Blue) = 4+60+27=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 60 (23.83% from 255 or 65.93% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 60 - color contains mainly: green. Hex color #043C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C1B is #FBC3E4. Grayscale: #272727. Windows color (decimal): -16499685 or 1784836. OLE color: 1784836.
HSL color Cylindrical-coordinate representation of color #043C1B: hue angle of 144.64º 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 #043C1B is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 60 | 27 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.76 |
| HSL | 144.64º | 0.88% | 0.13% | - |
| HSV(B) | 144.64º | 0.93% | 0.24% | - |
| XYZ | 1.86 | 3.34 | 1.58 | - |
| YUV | 39.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 27 | 0.93 | 0 | 0.55 | 0.76 | 144.64 | 0.88 | 0.13 |
| Hex | 4 | 3C | 1B | 5D | 0 | 37 | 4C | 91 | 58 | D |
| Octal | 4 | 74 | 33 | 135 | 0 | 67 | 114 | 221 | 130 | 15 |
| Binary | 100 | 111100 | 11011 | 1011101 | 0 | 110111 | 1001100 | 10010001 | 1011000 | 1101 |
Color Harmonies of #043C1B
Complementary color
Monochromatic Colors of #043C1B
Black with #043C1B
Text Example
Text Example
White with #043C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C1B; }
p { color: rgb(4,60,27); }
H1.HeaderClassName
{
color: #043C1B;
}
.AnyTagClassName
{
color: #043C1B;
}
</style>
background-color css
<style>
a { background-color: #043C1B; }
a { background-color: rgb(4,60,27); }
div.DivClassName
{
background-color: #043C1B;
}
.BgClassName
{
background-color: #043C1B;
}
</style>
border-color css
<style>
span { border-color: #043C1B; }
span { border-color: rgb(4,60,27); }
td.TdClassName
{
border-color: #043C1B;
}
.TagClassName
{
border-color: #043C1B;
}
</style>