Shades of British Racing Green #044C1B
Tints of British Racing Green #044C1B
RGB
CMYK
RGB Variations
Color information
#044C1B (or 0x044C1B) is known color: British Racing Green. HEX triplet: 04, 4C and 1B. RGB value is (4,76,27). Sum of RGB (Red+Green+Blue) = 4+76+27=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 76 (30.08% from 255 or 71.03% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 76 - color contains mainly: green. Hex color #044C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044C1B is #FBB3E4. Grayscale: #313131. Windows color (decimal): -16495589 or 1788932. OLE color: 1788932.
HSL color Cylindrical-coordinate representation of color #044C1B: hue angle of 139.17º 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 #044C1B is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 76 | 27 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.70 |
| HSL | 139.17º | 0.9% | 0.16% | - |
| HSV(B) | 139.17º | 0.95% | 0.3% | - |
| XYZ | 2.83 | 5.27 | 1.91 | - |
| YUV | 48.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 27 | 0.95 | 0 | 0.64 | 0.70 | 139.17 | 0.9 | 0.16 |
| Hex | 4 | 4C | 1B | 5F | 0 | 40 | 46 | 8B | 5A | 10 |
| Octal | 4 | 114 | 33 | 137 | 0 | 100 | 106 | 213 | 132 | 20 |
| Binary | 100 | 1001100 | 11011 | 1011111 | 0 | 1000000 | 1000110 | 10001011 | 1011010 | 10000 |
Color Harmonies of #044C1B
Complementary color
Monochromatic Colors of #044C1B
Black with #044C1B
Text Example
Text Example
White with #044C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C1B; }
p { color: rgb(4,76,27); }
H1.HeaderClassName
{
color: #044C1B;
}
.AnyTagClassName
{
color: #044C1B;
}
</style>
background-color css
<style>
a { background-color: #044C1B; }
a { background-color: rgb(4,76,27); }
div.DivClassName
{
background-color: #044C1B;
}
.BgClassName
{
background-color: #044C1B;
}
</style>
border-color css
<style>
span { border-color: #044C1B; }
span { border-color: rgb(4,76,27); }
td.TdClassName
{
border-color: #044C1B;
}
.TagClassName
{
border-color: #044C1B;
}
</style>