Shades of British Racing Green #044830
Tints of British Racing Green #044830
RGB
CMYK
RGB Variations
Color information
#044830 (or 0x044830) is known color: British Racing Green. HEX triplet: 04, 48 and 30. RGB value is (4,72,48). Sum of RGB (Red+Green+Blue) = 4+72+48=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #044830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044830 is #FBB7CF. Grayscale: #303030. Windows color (decimal): -16496592 or 3164164. OLE color: 3164164.
HSL color Cylindrical-coordinate representation of color #044830: hue angle of 158.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044830 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 72 | 48 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.72 |
| HSL | 158.82º | 0.89% | 0.15% | - |
| HSV(B) | 158.82º | 0.94% | 0.28% | - |
| XYZ | 2.9 | 4.87 | 3.58 | - |
| YUV | 48.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 48 | 0.94 | 0 | 0.33 | 0.72 | 158.82 | 0.89 | 0.15 |
| Hex | 4 | 48 | 30 | 5E | 0 | 21 | 48 | 9F | 59 | F |
| Octal | 4 | 110 | 60 | 136 | 0 | 41 | 110 | 237 | 131 | 17 |
| Binary | 100 | 1001000 | 110000 | 1011110 | 0 | 100001 | 1001000 | 10011111 | 1011001 | 1111 |
Color Harmonies of #044830
Complementary color
Monochromatic Colors of #044830
Black with #044830
Text Example
Text Example
White with #044830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044830; }
p { color: rgb(4,72,48); }
H1.HeaderClassName
{
color: #044830;
}
.AnyTagClassName
{
color: #044830;
}
</style>
background-color css
<style>
a { background-color: #044830; }
a { background-color: rgb(4,72,48); }
div.DivClassName
{
background-color: #044830;
}
.BgClassName
{
background-color: #044830;
}
</style>
border-color css
<style>
span { border-color: #044830; }
span { border-color: rgb(4,72,48); }
td.TdClassName
{
border-color: #044830;
}
.TagClassName
{
border-color: #044830;
}
</style>