Shades of British Racing Green #044E2B
Tints of British Racing Green #044E2B
RGB
CMYK
RGB Variations
Color information
#044E2B (or 0x044E2B) is known color: British Racing Green. HEX triplet: 04, 4E and 2B. RGB value is (4,78,43). Sum of RGB (Red+Green+Blue) = 4+78+43=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 78 (30.86% from 255 or 62.4% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 78 - color contains mainly: green. Hex color #044E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E2B is #FBB1D4. Grayscale: #333333. Windows color (decimal): -16495061 or 2838020. OLE color: 2838020.
HSL color Cylindrical-coordinate representation of color #044E2B: hue angle of 151.62º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044E2B is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 43 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.69 |
| HSL | 151.62º | 0.9% | 0.16% | - |
| HSV(B) | 151.62º | 0.95% | 0.31% | - |
| XYZ | 3.21 | 5.65 | 3.21 | - |
| YUV | 51.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 43 | 0.95 | 0 | 0.45 | 0.69 | 151.62 | 0.9 | 0.16 |
| Hex | 4 | 4E | 2B | 5F | 0 | 2D | 45 | 98 | 5A | 10 |
| Octal | 4 | 116 | 53 | 137 | 0 | 55 | 105 | 230 | 132 | 20 |
| Binary | 100 | 1001110 | 101011 | 1011111 | 0 | 101101 | 1000101 | 10011000 | 1011010 | 10000 |
Color Harmonies of #044E2B
Complementary color
Monochromatic Colors of #044E2B
Black with #044E2B
Text Example
Text Example
White with #044E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E2B; }
p { color: rgb(4,78,43); }
H1.HeaderClassName
{
color: #044E2B;
}
.AnyTagClassName
{
color: #044E2B;
}
</style>
background-color css
<style>
a { background-color: #044E2B; }
a { background-color: rgb(4,78,43); }
div.DivClassName
{
background-color: #044E2B;
}
.BgClassName
{
background-color: #044E2B;
}
</style>
border-color css
<style>
span { border-color: #044E2B; }
span { border-color: rgb(4,78,43); }
td.TdClassName
{
border-color: #044E2B;
}
.TagClassName
{
border-color: #044E2B;
}
</style>