Shades of British Racing Green #044C1D
Tints of British Racing Green #044C1D
RGB
CMYK
RGB Variations
Color information
#044C1D (or 0x044C1D) is known color: British Racing Green. HEX triplet: 04, 4C and 1D. RGB value is (4,76,29). Sum of RGB (Red+Green+Blue) = 4+76+29=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 76 (30.08% from 255 or 69.72% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 76 - color contains mainly: green. Hex color #044C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044C1D is #FBB3E2. Grayscale: #313131. Windows color (decimal): -16495587 or 1920004. OLE color: 1920004.
HSL color Cylindrical-coordinate representation of color #044C1D: hue angle of 140.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044C1D is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 76 | 29 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.70 |
| HSL | 140.83º | 0.9% | 0.16% | - |
| HSV(B) | 140.83º | 0.95% | 0.3% | - |
| XYZ | 2.86 | 5.28 | 2.03 | - |
| YUV | 49.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 29 | 0.95 | 0 | 0.62 | 0.70 | 140.83 | 0.9 | 0.16 |
| Hex | 4 | 4C | 1D | 5F | 0 | 3E | 46 | 8D | 5A | 10 |
| Octal | 4 | 114 | 35 | 137 | 0 | 76 | 106 | 215 | 132 | 20 |
| Binary | 100 | 1001100 | 11101 | 1011111 | 0 | 111110 | 1000110 | 10001101 | 1011010 | 10000 |
Color Harmonies of #044C1D
Complementary color
Monochromatic Colors of #044C1D
Black with #044C1D
Text Example
Text Example
White with #044C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C1D; }
p { color: rgb(4,76,29); }
H1.HeaderClassName
{
color: #044C1D;
}
.AnyTagClassName
{
color: #044C1D;
}
</style>
background-color css
<style>
a { background-color: #044C1D; }
a { background-color: rgb(4,76,29); }
div.DivClassName
{
background-color: #044C1D;
}
.BgClassName
{
background-color: #044C1D;
}
</style>
border-color css
<style>
span { border-color: #044C1D; }
span { border-color: rgb(4,76,29); }
td.TdClassName
{
border-color: #044C1D;
}
.TagClassName
{
border-color: #044C1D;
}
</style>