Shades of British Racing Green #044F33
Tints of British Racing Green #044F33
RGB
CMYK
RGB Variations
Color information
#044F33 (or 0x044F33) is known color: British Racing Green. HEX triplet: 04, 4F and 33. RGB value is (4,79,51). Sum of RGB (Red+Green+Blue) = 4+79+51=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 79 (31.25% from 255 or 58.96% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 79 - color contains mainly: green. Hex color #044F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F33 is #FBB0CC. Grayscale: #353535. Windows color (decimal): -16494797 or 3362564. OLE color: 3362564.
HSL color Cylindrical-coordinate representation of color #044F33: hue angle of 157.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044F33 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 51 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.69 |
| HSL | 157.6º | 0.9% | 0.16% | - |
| HSV(B) | 157.6º | 0.95% | 0.31% | - |
| XYZ | 3.44 | 5.86 | 4.08 | - |
| YUV | 53.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 51 | 0.95 | 0 | 0.35 | 0.69 | 157.6 | 0.9 | 0.16 |
| Hex | 4 | 4F | 33 | 5F | 0 | 23 | 45 | 9E | 5A | 10 |
| Octal | 4 | 117 | 63 | 137 | 0 | 43 | 105 | 236 | 132 | 20 |
| Binary | 100 | 1001111 | 110011 | 1011111 | 0 | 100011 | 1000101 | 10011110 | 1011010 | 10000 |
Color Harmonies of #044F33
Complementary color
Monochromatic Colors of #044F33
Black with #044F33
Text Example
Text Example
White with #044F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F33; }
p { color: rgb(4,79,51); }
H1.HeaderClassName
{
color: #044F33;
}
.AnyTagClassName
{
color: #044F33;
}
</style>
background-color css
<style>
a { background-color: #044F33; }
a { background-color: rgb(4,79,51); }
div.DivClassName
{
background-color: #044F33;
}
.BgClassName
{
background-color: #044F33;
}
</style>
border-color css
<style>
span { border-color: #044F33; }
span { border-color: rgb(4,79,51); }
td.TdClassName
{
border-color: #044F33;
}
.TagClassName
{
border-color: #044F33;
}
</style>