Shades of British Racing Green #054B1F
Tints of British Racing Green #054B1F
RGB
CMYK
RGB Variations
Color information
#054B1F (or 0x054B1F) is known color: British Racing Green. HEX triplet: 05, 4B and 1F. RGB value is (5,75,31). Sum of RGB (Red+Green+Blue) = 5+75+31=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 75 (29.69% from 255 or 67.57% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 75 - color contains mainly: green. Hex color #054B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B1F is #FAB4E0. Grayscale: #313131. Windows color (decimal): -16430305 or 2050821. OLE color: 2050821.
HSL color Cylindrical-coordinate representation of color #054B1F: hue angle of 142.29º 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 #054B1F is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 31 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.71 |
| HSL | 142.29º | 0.88% | 0.16% | - |
| HSV(B) | 142.29º | 0.93% | 0.29% | - |
| XYZ | 2.83 | 5.16 | 2.14 | - |
| YUV | 49.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 31 | 0.93 | 0 | 0.59 | 0.71 | 142.29 | 0.88 | 0.16 |
| Hex | 5 | 4B | 1F | 5D | 0 | 3B | 47 | 8E | 58 | 10 |
| Octal | 5 | 113 | 37 | 135 | 0 | 73 | 107 | 216 | 130 | 20 |
| Binary | 101 | 1001011 | 11111 | 1011101 | 0 | 111011 | 1000111 | 10001110 | 1011000 | 10000 |
Color Harmonies of #054B1F
Complementary color
Monochromatic Colors of #054B1F
Black with #054B1F
Text Example
Text Example
White with #054B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B1F; }
p { color: rgb(5,75,31); }
H1.HeaderClassName
{
color: #054B1F;
}
.AnyTagClassName
{
color: #054B1F;
}
</style>
background-color css
<style>
a { background-color: #054B1F; }
a { background-color: rgb(5,75,31); }
div.DivClassName
{
background-color: #054B1F;
}
.BgClassName
{
background-color: #054B1F;
}
</style>
border-color css
<style>
span { border-color: #054B1F; }
span { border-color: rgb(5,75,31); }
td.TdClassName
{
border-color: #054B1F;
}
.TagClassName
{
border-color: #054B1F;
}
</style>