Shades of British Racing Green #043B1A
Tints of British Racing Green #043B1A
RGB
CMYK
RGB Variations
Color information
#043B1A (or 0x043B1A) is known color: British Racing Green. HEX triplet: 04, 3B and 1A. RGB value is (4,59,26). Sum of RGB (Red+Green+Blue) = 4+59+26=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #043B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043B1A is #FBC4E5. Grayscale: #262626. Windows color (decimal): -16499942 or 1719044. OLE color: 1719044.
HSL color Cylindrical-coordinate representation of color #043B1A: hue angle of 144º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043B1A is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 59 | 26 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.77 |
| HSL | 144º | 0.87% | 0.12% | - |
| HSV(B) | 144º | 0.93% | 0.23% | - |
| XYZ | 1.8 | 3.23 | 1.51 | - |
| YUV | 38.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 26 | 0.93 | 0 | 0.56 | 0.77 | 144 | 0.87 | 0.12 |
| Hex | 4 | 3B | 1A | 5D | 0 | 38 | 4D | 90 | 57 | C |
| Octal | 4 | 73 | 32 | 135 | 0 | 70 | 115 | 220 | 127 | 14 |
| Binary | 100 | 111011 | 11010 | 1011101 | 0 | 111000 | 1001101 | 10010000 | 1010111 | 1100 |
Color Harmonies of #043B1A
Complementary color
Monochromatic Colors of #043B1A
Black with #043B1A
Text Example
Text Example
White with #043B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043B1A; }
p { color: rgb(4,59,26); }
H1.HeaderClassName
{
color: #043B1A;
}
.AnyTagClassName
{
color: #043B1A;
}
</style>
background-color css
<style>
a { background-color: #043B1A; }
a { background-color: rgb(4,59,26); }
div.DivClassName
{
background-color: #043B1A;
}
.BgClassName
{
background-color: #043B1A;
}
</style>
border-color css
<style>
span { border-color: #043B1A; }
span { border-color: rgb(4,59,26); }
td.TdClassName
{
border-color: #043B1A;
}
.TagClassName
{
border-color: #043B1A;
}
</style>