Shades of British Racing Green #044B2A
Tints of British Racing Green #044B2A
RGB
CMYK
RGB Variations
Color information
#044B2A (or 0x044B2A) is known color: British Racing Green. HEX triplet: 04, 4B and 2A. RGB value is (4,75,42). Sum of RGB (Red+Green+Blue) = 4+75+42=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #044B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B2A is #FBB4D5. Grayscale: #323232. Windows color (decimal): -16495830 or 2771716. OLE color: 2771716.
HSL color Cylindrical-coordinate representation of color #044B2A: hue angle of 152.11º 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 #044B2A is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 75 | 42 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.71 |
| HSL | 152.11º | 0.9% | 0.15% | - |
| HSV(B) | 152.11º | 0.95% | 0.29% | - |
| XYZ | 2.98 | 5.23 | 3.04 | - |
| YUV | 50.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 42 | 0.95 | 0 | 0.44 | 0.71 | 152.11 | 0.9 | 0.15 |
| Hex | 4 | 4B | 2A | 5F | 0 | 2C | 47 | 98 | 5A | F |
| Octal | 4 | 113 | 52 | 137 | 0 | 54 | 107 | 230 | 132 | 17 |
| Binary | 100 | 1001011 | 101010 | 1011111 | 0 | 101100 | 1000111 | 10011000 | 1011010 | 1111 |
Color Harmonies of #044B2A
Complementary color
Monochromatic Colors of #044B2A
Black with #044B2A
Text Example
Text Example
White with #044B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B2A; }
p { color: rgb(4,75,42); }
H1.HeaderClassName
{
color: #044B2A;
}
.AnyTagClassName
{
color: #044B2A;
}
</style>
background-color css
<style>
a { background-color: #044B2A; }
a { background-color: rgb(4,75,42); }
div.DivClassName
{
background-color: #044B2A;
}
.BgClassName
{
background-color: #044B2A;
}
</style>
border-color css
<style>
span { border-color: #044B2A; }
span { border-color: rgb(4,75,42); }
td.TdClassName
{
border-color: #044B2A;
}
.TagClassName
{
border-color: #044B2A;
}
</style>