Shades of British Racing Green #044B2F
Tints of British Racing Green #044B2F
RGB
CMYK
RGB Variations
Color information
#044B2F (or 0x044B2F) is known color: British Racing Green. HEX triplet: 04, 4B and 2F. RGB value is (4,75,47). Sum of RGB (Red+Green+Blue) = 4+75+47=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #044B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B2F is #FBB4D0. Grayscale: #323232. Windows color (decimal): -16495825 or 3099396. OLE color: 3099396.
HSL color Cylindrical-coordinate representation of color #044B2F: hue angle of 156.34º 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 #044B2F is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 75 | 47 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.71 |
| HSL | 156.34º | 0.9% | 0.15% | - |
| HSV(B) | 156.34º | 0.95% | 0.29% | - |
| XYZ | 3.08 | 5.26 | 3.54 | - |
| YUV | 50.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 47 | 0.95 | 0 | 0.37 | 0.71 | 156.34 | 0.9 | 0.15 |
| Hex | 4 | 4B | 2F | 5F | 0 | 25 | 47 | 9C | 5A | F |
| Octal | 4 | 113 | 57 | 137 | 0 | 45 | 107 | 234 | 132 | 17 |
| Binary | 100 | 1001011 | 101111 | 1011111 | 0 | 100101 | 1000111 | 10011100 | 1011010 | 1111 |
Color Harmonies of #044B2F
Complementary color
Monochromatic Colors of #044B2F
Black with #044B2F
Text Example
Text Example
White with #044B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B2F; }
p { color: rgb(4,75,47); }
H1.HeaderClassName
{
color: #044B2F;
}
.AnyTagClassName
{
color: #044B2F;
}
</style>
background-color css
<style>
a { background-color: #044B2F; }
a { background-color: rgb(4,75,47); }
div.DivClassName
{
background-color: #044B2F;
}
.BgClassName
{
background-color: #044B2F;
}
</style>
border-color css
<style>
span { border-color: #044B2F; }
span { border-color: rgb(4,75,47); }
td.TdClassName
{
border-color: #044B2F;
}
.TagClassName
{
border-color: #044B2F;
}
</style>