Shades of British Racing Green #044B2C
Tints of British Racing Green #044B2C
RGB
CMYK
RGB Variations
Color information
#044B2C (or 0x044B2C) is known color: British Racing Green. HEX triplet: 04, 4B and 2C. RGB value is (4,75,44). Sum of RGB (Red+Green+Blue) = 4+75+44=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #044B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B2C is #FBB4D3. Grayscale: #323232. Windows color (decimal): -16495828 or 2902788. OLE color: 2902788.
HSL color Cylindrical-coordinate representation of color #044B2C: hue angle of 153.8º 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 #044B2C is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 75 | 44 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.71 |
| HSL | 153.8º | 0.9% | 0.15% | - |
| HSV(B) | 153.8º | 0.95% | 0.29% | - |
| XYZ | 3.02 | 5.24 | 3.24 | - |
| YUV | 50.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 44 | 0.95 | 0 | 0.41 | 0.71 | 153.8 | 0.9 | 0.15 |
| Hex | 4 | 4B | 2C | 5F | 0 | 29 | 47 | 9A | 5A | F |
| Octal | 4 | 113 | 54 | 137 | 0 | 51 | 107 | 232 | 132 | 17 |
| Binary | 100 | 1001011 | 101100 | 1011111 | 0 | 101001 | 1000111 | 10011010 | 1011010 | 1111 |
Color Harmonies of #044B2C
Complementary color
Monochromatic Colors of #044B2C
Black with #044B2C
Text Example
Text Example
White with #044B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B2C; }
p { color: rgb(4,75,44); }
H1.HeaderClassName
{
color: #044B2C;
}
.AnyTagClassName
{
color: #044B2C;
}
</style>
background-color css
<style>
a { background-color: #044B2C; }
a { background-color: rgb(4,75,44); }
div.DivClassName
{
background-color: #044B2C;
}
.BgClassName
{
background-color: #044B2C;
}
</style>
border-color css
<style>
span { border-color: #044B2C; }
span { border-color: rgb(4,75,44); }
td.TdClassName
{
border-color: #044B2C;
}
.TagClassName
{
border-color: #044B2C;
}
</style>