Shades of British Racing Green #054E18
Tints of British Racing Green #054E18
RGB
CMYK
RGB Variations
Color information
#054E18 (or 0x054E18) is known color: British Racing Green. HEX triplet: 05, 4E and 18. RGB value is (5,78,24). Sum of RGB (Red+Green+Blue) = 5+78+24=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 78 (30.86% from 255 or 72.90% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 78 - color contains mainly: green. Hex color #054E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054E18 is #FAB1E7. Grayscale: #323232. Windows color (decimal): -16429544 or 1592837. OLE color: 1592837.
HSL color Cylindrical-coordinate representation of color #054E18: hue angle of 135.62º 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 #054E18 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 78 | 24 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.69 |
| HSL | 135.62º | 0.88% | 0.16% | - |
| HSV(B) | 135.62º | 0.94% | 0.31% | - |
| XYZ | 2.95 | 5.55 | 1.78 | - |
| YUV | 50.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 24 | 0.94 | 0 | 0.69 | 0.69 | 135.62 | 0.88 | 0.16 |
| Hex | 5 | 4E | 18 | 5E | 0 | 45 | 45 | 88 | 58 | 10 |
| Octal | 5 | 116 | 30 | 136 | 0 | 105 | 105 | 210 | 130 | 20 |
| Binary | 101 | 1001110 | 11000 | 1011110 | 0 | 1000101 | 1000101 | 10001000 | 1011000 | 10000 |
Color Harmonies of #054E18
Complementary color
Monochromatic Colors of #054E18
Black with #054E18
Text Example
Text Example
White with #054E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E18; }
p { color: rgb(5,78,24); }
H1.HeaderClassName
{
color: #054E18;
}
.AnyTagClassName
{
color: #054E18;
}
</style>
background-color css
<style>
a { background-color: #054E18; }
a { background-color: rgb(5,78,24); }
div.DivClassName
{
background-color: #054E18;
}
.BgClassName
{
background-color: #054E18;
}
</style>
border-color css
<style>
span { border-color: #054E18; }
span { border-color: rgb(5,78,24); }
td.TdClassName
{
border-color: #054E18;
}
.TagClassName
{
border-color: #054E18;
}
</style>