Shades of British Racing Green #044B2D
Tints of British Racing Green #044B2D
RGB
CMYK
RGB Variations
Color information
#044B2D (or 0x044B2D) is known color: British Racing Green. HEX triplet: 04, 4B and 2D. RGB value is (4,75,45). Sum of RGB (Red+Green+Blue) = 4+75+45=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 75 (29.69% from 255 or 60.48% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 75 - color contains mainly: green. Hex color #044B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B2D is #FBB4D2. Grayscale: #323232. Windows color (decimal): -16495827 or 2968324. OLE color: 2968324.
HSL color Cylindrical-coordinate representation of color #044B2D: hue angle of 154.65º 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 #044B2D is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 75 | 45 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.71 |
| HSL | 154.65º | 0.9% | 0.15% | - |
| HSV(B) | 154.65º | 0.95% | 0.29% | - |
| XYZ | 3.04 | 5.25 | 3.34 | - |
| YUV | 50.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 45 | 0.95 | 0 | 0.40 | 0.71 | 154.65 | 0.9 | 0.15 |
| Hex | 4 | 4B | 2D | 5F | 0 | 28 | 47 | 9B | 5A | F |
| Octal | 4 | 113 | 55 | 137 | 0 | 50 | 107 | 233 | 132 | 17 |
| Binary | 100 | 1001011 | 101101 | 1011111 | 0 | 101000 | 1000111 | 10011011 | 1011010 | 1111 |
Color Harmonies of #044B2D
Complementary color
Monochromatic Colors of #044B2D
Black with #044B2D
Text Example
Text Example
White with #044B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B2D; }
p { color: rgb(4,75,45); }
H1.HeaderClassName
{
color: #044B2D;
}
.AnyTagClassName
{
color: #044B2D;
}
</style>
background-color css
<style>
a { background-color: #044B2D; }
a { background-color: rgb(4,75,45); }
div.DivClassName
{
background-color: #044B2D;
}
.BgClassName
{
background-color: #044B2D;
}
</style>
border-color css
<style>
span { border-color: #044B2D; }
span { border-color: rgb(4,75,45); }
td.TdClassName
{
border-color: #044B2D;
}
.TagClassName
{
border-color: #044B2D;
}
</style>