Shades of British Racing Green #044A30
Tints of British Racing Green #044A30
RGB
CMYK
RGB Variations
Color information
#044A30 (or 0x044A30) is known color: British Racing Green. HEX triplet: 04, 4A and 30. RGB value is (4,74,48). Sum of RGB (Red+Green+Blue) = 4+74+48=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #044A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A30 is #FBB5CF. Grayscale: #323232. Windows color (decimal): -16496080 or 3164676. OLE color: 3164676.
HSL color Cylindrical-coordinate representation of color #044A30: hue angle of 157.71º 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 #044A30 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 74 | 48 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.71 |
| HSL | 157.71º | 0.9% | 0.15% | - |
| HSV(B) | 157.71º | 0.95% | 0.29% | - |
| XYZ | 3.03 | 5.14 | 3.63 | - |
| YUV | 50.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 48 | 0.95 | 0 | 0.35 | 0.71 | 157.71 | 0.9 | 0.15 |
| Hex | 4 | 4A | 30 | 5F | 0 | 23 | 47 | 9E | 5A | F |
| Octal | 4 | 112 | 60 | 137 | 0 | 43 | 107 | 236 | 132 | 17 |
| Binary | 100 | 1001010 | 110000 | 1011111 | 0 | 100011 | 1000111 | 10011110 | 1011010 | 1111 |
Color Harmonies of #044A30
Complementary color
Monochromatic Colors of #044A30
Black with #044A30
Text Example
Text Example
White with #044A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A30; }
p { color: rgb(4,74,48); }
H1.HeaderClassName
{
color: #044A30;
}
.AnyTagClassName
{
color: #044A30;
}
</style>
background-color css
<style>
a { background-color: #044A30; }
a { background-color: rgb(4,74,48); }
div.DivClassName
{
background-color: #044A30;
}
.BgClassName
{
background-color: #044A30;
}
</style>
border-color css
<style>
span { border-color: #044A30; }
span { border-color: rgb(4,74,48); }
td.TdClassName
{
border-color: #044A30;
}
.TagClassName
{
border-color: #044A30;
}
</style>