Shades of British Racing Green #054B1E
Tints of British Racing Green #054B1E
RGB
CMYK
RGB Variations
Color information
#054B1E (or 0x054B1E) is known color: British Racing Green. HEX triplet: 05, 4B and 1E. RGB value is (5,75,30). Sum of RGB (Red+Green+Blue) = 5+75+30=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 75 (29.69% from 255 or 68.18% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 75 - color contains mainly: green. Hex color #054B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B1E is #FAB4E1. Grayscale: #313131. Windows color (decimal): -16430306 or 1985285. OLE color: 1985285.
HSL color Cylindrical-coordinate representation of color #054B1E: hue angle of 141.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B1E is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 30 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.71 |
| HSL | 141.43º | 0.88% | 0.16% | - |
| HSV(B) | 141.43º | 0.93% | 0.29% | - |
| XYZ | 2.81 | 5.16 | 2.08 | - |
| YUV | 48.94 | 117.31 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 30 | 0.93 | 0 | 0.60 | 0.71 | 141.43 | 0.88 | 0.16 |
| Hex | 5 | 4B | 1E | 5D | 0 | 3C | 47 | 8D | 58 | 10 |
| Octal | 5 | 113 | 36 | 135 | 0 | 74 | 107 | 215 | 130 | 20 |
| Binary | 101 | 1001011 | 11110 | 1011101 | 0 | 111100 | 1000111 | 10001101 | 1011000 | 10000 |
Color Harmonies of #054B1E
Complementary color
Monochromatic Colors of #054B1E
Black with #054B1E
Text Example
Text Example
White with #054B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B1E; }
p { color: rgb(5,75,30); }
H1.HeaderClassName
{
color: #054B1E;
}
.AnyTagClassName
{
color: #054B1E;
}
</style>
background-color css
<style>
a { background-color: #054B1E; }
a { background-color: rgb(5,75,30); }
div.DivClassName
{
background-color: #054B1E;
}
.BgClassName
{
background-color: #054B1E;
}
</style>
border-color css
<style>
span { border-color: #054B1E; }
span { border-color: rgb(5,75,30); }
td.TdClassName
{
border-color: #054B1E;
}
.TagClassName
{
border-color: #054B1E;
}
</style>