Shades of British Racing Green #044C27
Tints of British Racing Green #044C27
RGB
CMYK
RGB Variations
Color information
#044C27 (or 0x044C27) is known color: British Racing Green. HEX triplet: 04, 4C and 27. RGB value is (4,76,39). Sum of RGB (Red+Green+Blue) = 4+76+39=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #044C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044C27 is #FBB3D8. Grayscale: #323232. Windows color (decimal): -16495577 or 2575364. OLE color: 2575364.
HSL color Cylindrical-coordinate representation of color #044C27: hue angle of 149.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 #044C27 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 76 | 39 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.70 |
| HSL | 149.17º | 0.9% | 0.16% | - |
| HSV(B) | 149.17º | 0.95% | 0.3% | - |
| XYZ | 3 | 5.34 | 2.79 | - |
| YUV | 50.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 39 | 0.95 | 0 | 0.49 | 0.70 | 149.17 | 0.9 | 0.16 |
| Hex | 4 | 4C | 27 | 5F | 0 | 31 | 46 | 95 | 5A | 10 |
| Octal | 4 | 114 | 47 | 137 | 0 | 61 | 106 | 225 | 132 | 20 |
| Binary | 100 | 1001100 | 100111 | 1011111 | 0 | 110001 | 1000110 | 10010101 | 1011010 | 10000 |
Color Harmonies of #044C27
Complementary color
Monochromatic Colors of #044C27
Black with #044C27
Text Example
Text Example
White with #044C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C27; }
p { color: rgb(4,76,39); }
H1.HeaderClassName
{
color: #044C27;
}
.AnyTagClassName
{
color: #044C27;
}
</style>
background-color css
<style>
a { background-color: #044C27; }
a { background-color: rgb(4,76,39); }
div.DivClassName
{
background-color: #044C27;
}
.BgClassName
{
background-color: #044C27;
}
</style>
border-color css
<style>
span { border-color: #044C27; }
span { border-color: rgb(4,76,39); }
td.TdClassName
{
border-color: #044C27;
}
.TagClassName
{
border-color: #044C27;
}
</style>