Shades of British Racing Green #044E1B
Tints of British Racing Green #044E1B
RGB
CMYK
RGB Variations
Color information
#044E1B (or 0x044E1B) is known color: British Racing Green. HEX triplet: 04, 4E and 1B. RGB value is (4,78,27). Sum of RGB (Red+Green+Blue) = 4+78+27=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 78 (30.86% from 255 or 71.56% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 78 - color contains mainly: green. Hex color #044E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E1B is #FBB1E4. Grayscale: #323232. Windows color (decimal): -16495077 or 1789444. OLE color: 1789444.
HSL color Cylindrical-coordinate representation of color #044E1B: hue angle of 138.65º 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 #044E1B is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 27 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.69 |
| HSL | 138.65º | 0.9% | 0.16% | - |
| HSV(B) | 138.65º | 0.95% | 0.31% | - |
| XYZ | 2.97 | 5.55 | 1.95 | - |
| YUV | 50.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 27 | 0.95 | 0 | 0.65 | 0.69 | 138.65 | 0.9 | 0.16 |
| Hex | 4 | 4E | 1B | 5F | 0 | 41 | 45 | 8B | 5A | 10 |
| Octal | 4 | 116 | 33 | 137 | 0 | 101 | 105 | 213 | 132 | 20 |
| Binary | 100 | 1001110 | 11011 | 1011111 | 0 | 1000001 | 1000101 | 10001011 | 1011010 | 10000 |
Color Harmonies of #044E1B
Complementary color
Monochromatic Colors of #044E1B
Black with #044E1B
Text Example
Text Example
White with #044E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E1B; }
p { color: rgb(4,78,27); }
H1.HeaderClassName
{
color: #044E1B;
}
.AnyTagClassName
{
color: #044E1B;
}
</style>
background-color css
<style>
a { background-color: #044E1B; }
a { background-color: rgb(4,78,27); }
div.DivClassName
{
background-color: #044E1B;
}
.BgClassName
{
background-color: #044E1B;
}
</style>
border-color css
<style>
span { border-color: #044E1B; }
span { border-color: rgb(4,78,27); }
td.TdClassName
{
border-color: #044E1B;
}
.TagClassName
{
border-color: #044E1B;
}
</style>