Shades of British Racing Green #044C2C
Tints of British Racing Green #044C2C
RGB
CMYK
RGB Variations
Color information
#044C2C (or 0x044C2C) is known color: British Racing Green. HEX triplet: 04, 4C and 2C. RGB value is (4,76,44). Sum of RGB (Red+Green+Blue) = 4+76+44=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #044C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044C2C is #FBB3D3. Grayscale: #323232. Windows color (decimal): -16495572 or 2903044. OLE color: 2903044.
HSL color Cylindrical-coordinate representation of color #044C2C: hue angle of 153.33º 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 #044C2C is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 76 | 44 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.70 |
| HSL | 153.33º | 0.9% | 0.16% | - |
| HSV(B) | 153.33º | 0.95% | 0.3% | - |
| XYZ | 3.09 | 5.38 | 3.26 | - |
| YUV | 50.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 44 | 0.95 | 0 | 0.42 | 0.70 | 153.33 | 0.9 | 0.16 |
| Hex | 4 | 4C | 2C | 5F | 0 | 2A | 46 | 99 | 5A | 10 |
| Octal | 4 | 114 | 54 | 137 | 0 | 52 | 106 | 231 | 132 | 20 |
| Binary | 100 | 1001100 | 101100 | 1011111 | 0 | 101010 | 1000110 | 10011001 | 1011010 | 10000 |
Color Harmonies of #044C2C
Complementary color
Monochromatic Colors of #044C2C
Black with #044C2C
Text Example
Text Example
White with #044C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C2C; }
p { color: rgb(4,76,44); }
H1.HeaderClassName
{
color: #044C2C;
}
.AnyTagClassName
{
color: #044C2C;
}
</style>
background-color css
<style>
a { background-color: #044C2C; }
a { background-color: rgb(4,76,44); }
div.DivClassName
{
background-color: #044C2C;
}
.BgClassName
{
background-color: #044C2C;
}
</style>
border-color css
<style>
span { border-color: #044C2C; }
span { border-color: rgb(4,76,44); }
td.TdClassName
{
border-color: #044C2C;
}
.TagClassName
{
border-color: #044C2C;
}
</style>