Shades of British Racing Green #054E17
Tints of British Racing Green #054E17
RGB
CMYK
RGB Variations
Color information
#054E17 (or 0x054E17) is known color: British Racing Green. HEX triplet: 05, 4E and 17. RGB value is (5,78,23). Sum of RGB (Red+Green+Blue) = 5+78+23=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 78 (30.86% from 255 or 73.58% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 78 - color contains mainly: green. Hex color #054E17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054E17 is #FAB1E8. Grayscale: #323232. Windows color (decimal): -16429545 or 1527301. OLE color: 1527301.
HSL color Cylindrical-coordinate representation of color #054E17: hue angle of 134.79º 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 #054E17 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 78 | 23 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.69 |
| HSL | 134.79º | 0.88% | 0.16% | - |
| HSV(B) | 134.79º | 0.94% | 0.31% | - |
| XYZ | 2.94 | 5.54 | 1.73 | - |
| YUV | 49.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 23 | 0.94 | 0 | 0.71 | 0.69 | 134.79 | 0.88 | 0.16 |
| Hex | 5 | 4E | 17 | 5E | 0 | 47 | 45 | 87 | 58 | 10 |
| Octal | 5 | 116 | 27 | 136 | 0 | 107 | 105 | 207 | 130 | 20 |
| Binary | 101 | 1001110 | 10111 | 1011110 | 0 | 1000111 | 1000101 | 10000111 | 1011000 | 10000 |
Color Harmonies of #054E17
Complementary color
Monochromatic Colors of #054E17
Black with #054E17
Text Example
Text Example
White with #054E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E17; }
p { color: rgb(5,78,23); }
H1.HeaderClassName
{
color: #054E17;
}
.AnyTagClassName
{
color: #054E17;
}
</style>
background-color css
<style>
a { background-color: #054E17; }
a { background-color: rgb(5,78,23); }
div.DivClassName
{
background-color: #054E17;
}
.BgClassName
{
background-color: #054E17;
}
</style>
border-color css
<style>
span { border-color: #054E17; }
span { border-color: rgb(5,78,23); }
td.TdClassName
{
border-color: #054E17;
}
.TagClassName
{
border-color: #054E17;
}
</style>