Shades of British Racing Green #054E2C
Tints of British Racing Green #054E2C
RGB
CMYK
RGB Variations
Color information
#054E2C (or 0x054E2C) is known color: British Racing Green. HEX triplet: 05, 4E and 2C. RGB value is (5,78,44). Sum of RGB (Red+Green+Blue) = 5+78+44=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #054E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054E2C is #FAB1D3. Grayscale: #343434. Windows color (decimal): -16429524 or 2903557. OLE color: 2903557.
HSL color Cylindrical-coordinate representation of color #054E2C: hue angle of 152.05º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054E2C is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 78 | 44 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.69 |
| HSL | 152.05º | 0.88% | 0.16% | - |
| HSV(B) | 152.05º | 0.94% | 0.31% | - |
| XYZ | 3.24 | 5.66 | 3.31 | - |
| YUV | 52.3 | 123.32 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 44 | 0.94 | 0 | 0.44 | 0.69 | 152.05 | 0.88 | 0.16 |
| Hex | 5 | 4E | 2C | 5E | 0 | 2C | 45 | 98 | 58 | 10 |
| Octal | 5 | 116 | 54 | 136 | 0 | 54 | 105 | 230 | 130 | 20 |
| Binary | 101 | 1001110 | 101100 | 1011110 | 0 | 101100 | 1000101 | 10011000 | 1011000 | 10000 |
Color Harmonies of #054E2C
Complementary color
Monochromatic Colors of #054E2C
Black with #054E2C
Text Example
Text Example
White with #054E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E2C; }
p { color: rgb(5,78,44); }
H1.HeaderClassName
{
color: #054E2C;
}
.AnyTagClassName
{
color: #054E2C;
}
</style>
background-color css
<style>
a { background-color: #054E2C; }
a { background-color: rgb(5,78,44); }
div.DivClassName
{
background-color: #054E2C;
}
.BgClassName
{
background-color: #054E2C;
}
</style>
border-color css
<style>
span { border-color: #054E2C; }
span { border-color: rgb(5,78,44); }
td.TdClassName
{
border-color: #054E2C;
}
.TagClassName
{
border-color: #054E2C;
}
</style>