Shades of British Racing Green #043F1C
Tints of British Racing Green #043F1C
RGB
CMYK
RGB Variations
Color information
#043F1C (or 0x043F1C) is known color: British Racing Green. HEX triplet: 04, 3F and 1C. RGB value is (4,63,28). Sum of RGB (Red+Green+Blue) = 4+63+28=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 63 (25% from 255 or 66.32% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 63 - color contains mainly: green. Hex color #043F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043F1C is #FBC0E3. Grayscale: #292929. Windows color (decimal): -16498916 or 1851140. OLE color: 1851140.
HSL color Cylindrical-coordinate representation of color #043F1C: hue angle of 144.41º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043F1C is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 63 | 28 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.75 |
| HSL | 144.41º | 0.88% | 0.13% | - |
| HSV(B) | 144.41º | 0.94% | 0.25% | - |
| XYZ | 2.04 | 3.66 | 1.7 | - |
| YUV | 41.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 28 | 0.94 | 0 | 0.56 | 0.75 | 144.41 | 0.88 | 0.13 |
| Hex | 4 | 3F | 1C | 5E | 0 | 38 | 4B | 90 | 58 | D |
| Octal | 4 | 77 | 34 | 136 | 0 | 70 | 113 | 220 | 130 | 15 |
| Binary | 100 | 111111 | 11100 | 1011110 | 0 | 111000 | 1001011 | 10010000 | 1011000 | 1101 |
Color Harmonies of #043F1C
Complementary color
Monochromatic Colors of #043F1C
Black with #043F1C
Text Example
Text Example
White with #043F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043F1C; }
p { color: rgb(4,63,28); }
H1.HeaderClassName
{
color: #043F1C;
}
.AnyTagClassName
{
color: #043F1C;
}
</style>
background-color css
<style>
a { background-color: #043F1C; }
a { background-color: rgb(4,63,28); }
div.DivClassName
{
background-color: #043F1C;
}
.BgClassName
{
background-color: #043F1C;
}
</style>
border-color css
<style>
span { border-color: #043F1C; }
span { border-color: rgb(4,63,28); }
td.TdClassName
{
border-color: #043F1C;
}
.TagClassName
{
border-color: #043F1C;
}
</style>