Shades of British Racing Green #044B2E
Tints of British Racing Green #044B2E
RGB
CMYK
RGB Variations
Color information
#044B2E (or 0x044B2E) is known color: British Racing Green. HEX triplet: 04, 4B and 2E. RGB value is (4,75,46). Sum of RGB (Red+Green+Blue) = 4+75+46=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #044B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B2E is #FBB4D1. Grayscale: #323232. Windows color (decimal): -16495826 or 3033860. OLE color: 3033860.
HSL color Cylindrical-coordinate representation of color #044B2E: hue angle of 155.49º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044B2E is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 75 | 46 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.71 |
| HSL | 155.49º | 0.9% | 0.15% | - |
| HSV(B) | 155.49º | 0.95% | 0.29% | - |
| XYZ | 3.06 | 5.26 | 3.44 | - |
| YUV | 50.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 46 | 0.95 | 0 | 0.39 | 0.71 | 155.49 | 0.9 | 0.15 |
| Hex | 4 | 4B | 2E | 5F | 0 | 27 | 47 | 9B | 5A | F |
| Octal | 4 | 113 | 56 | 137 | 0 | 47 | 107 | 233 | 132 | 17 |
| Binary | 100 | 1001011 | 101110 | 1011111 | 0 | 100111 | 1000111 | 10011011 | 1011010 | 1111 |
Color Harmonies of #044B2E
Complementary color
Monochromatic Colors of #044B2E
Black with #044B2E
Text Example
Text Example
White with #044B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B2E; }
p { color: rgb(4,75,46); }
H1.HeaderClassName
{
color: #044B2E;
}
.AnyTagClassName
{
color: #044B2E;
}
</style>
background-color css
<style>
a { background-color: #044B2E; }
a { background-color: rgb(4,75,46); }
div.DivClassName
{
background-color: #044B2E;
}
.BgClassName
{
background-color: #044B2E;
}
</style>
border-color css
<style>
span { border-color: #044B2E; }
span { border-color: rgb(4,75,46); }
td.TdClassName
{
border-color: #044B2E;
}
.TagClassName
{
border-color: #044B2E;
}
</style>