Shades of British Racing Green #044F27
Tints of British Racing Green #044F27
RGB
CMYK
RGB Variations
Color information
#044F27 (or 0x044F27) is known color: British Racing Green. HEX triplet: 04, 4F and 27. RGB value is (4,79,39). Sum of RGB (Red+Green+Blue) = 4+79+39=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 79 (31.25% from 255 or 64.75% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 79 - color contains mainly: green. Hex color #044F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F27 is #FBB0D8. Grayscale: #343434. Windows color (decimal): -16494809 or 2576132. OLE color: 2576132.
HSL color Cylindrical-coordinate representation of color #044F27: hue angle of 148º 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 #044F27 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 39 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.69 |
| HSL | 148º | 0.9% | 0.16% | - |
| HSV(B) | 148º | 0.95% | 0.31% | - |
| XYZ | 3.21 | 5.76 | 2.86 | - |
| YUV | 52.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 39 | 0.95 | 0 | 0.51 | 0.69 | 148 | 0.9 | 0.16 |
| Hex | 4 | 4F | 27 | 5F | 0 | 33 | 45 | 94 | 5A | 10 |
| Octal | 4 | 117 | 47 | 137 | 0 | 63 | 105 | 224 | 132 | 20 |
| Binary | 100 | 1001111 | 100111 | 1011111 | 0 | 110011 | 1000101 | 10010100 | 1011010 | 10000 |
Color Harmonies of #044F27
Complementary color
Monochromatic Colors of #044F27
Black with #044F27
Text Example
Text Example
White with #044F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F27; }
p { color: rgb(4,79,39); }
H1.HeaderClassName
{
color: #044F27;
}
.AnyTagClassName
{
color: #044F27;
}
</style>
background-color css
<style>
a { background-color: #044F27; }
a { background-color: rgb(4,79,39); }
div.DivClassName
{
background-color: #044F27;
}
.BgClassName
{
background-color: #044F27;
}
</style>
border-color css
<style>
span { border-color: #044F27; }
span { border-color: rgb(4,79,39); }
td.TdClassName
{
border-color: #044F27;
}
.TagClassName
{
border-color: #044F27;
}
</style>