Shades of British Racing Green #043E30
Tints of British Racing Green #043E30
RGB
CMYK
RGB Variations
Color information
#043E30 (or 0x043E30) is known color: British Racing Green. HEX triplet: 04, 3E and 30. RGB value is (4,62,48). Sum of RGB (Red+Green+Blue) = 4+62+48=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 62 (24.61% from 255 or 54.39% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 62 - color contains mainly: green. Hex color #043E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043E30 is #FBC1CF. Grayscale: #2B2B2B. Windows color (decimal): -16499152 or 3161604. OLE color: 3161604.
HSL color Cylindrical-coordinate representation of color #043E30: hue angle of 165.52º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043E30 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 62 | 48 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.76 |
| HSL | 165.52º | 0.88% | 0.13% | - |
| HSV(B) | 165.52º | 0.94% | 0.24% | - |
| XYZ | 2.31 | 3.68 | 3.39 | - |
| YUV | 43.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 48 | 0.94 | 0 | 0.23 | 0.76 | 165.52 | 0.88 | 0.13 |
| Hex | 4 | 3E | 30 | 5E | 0 | 17 | 4C | A6 | 58 | D |
| Octal | 4 | 76 | 60 | 136 | 0 | 27 | 114 | 246 | 130 | 15 |
| Binary | 100 | 111110 | 110000 | 1011110 | 0 | 10111 | 1001100 | 10100110 | 1011000 | 1101 |
Color Harmonies of #043E30
Complementary color
Monochromatic Colors of #043E30
Black with #043E30
Text Example
Text Example
White with #043E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043E30; }
p { color: rgb(4,62,48); }
H1.HeaderClassName
{
color: #043E30;
}
.AnyTagClassName
{
color: #043E30;
}
</style>
background-color css
<style>
a { background-color: #043E30; }
a { background-color: rgb(4,62,48); }
div.DivClassName
{
background-color: #043E30;
}
.BgClassName
{
background-color: #043E30;
}
</style>
border-color css
<style>
span { border-color: #043E30; }
span { border-color: rgb(4,62,48); }
td.TdClassName
{
border-color: #043E30;
}
.TagClassName
{
border-color: #043E30;
}
</style>