Shades of British Racing Green #054F21
Tints of British Racing Green #054F21
RGB
CMYK
RGB Variations
Color information
#054F21 (or 0x054F21) is known color: British Racing Green. HEX triplet: 05, 4F and 21. RGB value is (5,79,33). Sum of RGB (Red+Green+Blue) = 5+79+33=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 79 (31.25% from 255 or 67.52% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 79 - color contains mainly: green. Hex color #054F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F21 is #FAB0DE. Grayscale: #333333. Windows color (decimal): -16429279 or 2182917. OLE color: 2182917.
HSL color Cylindrical-coordinate representation of color #054F21: hue angle of 142.7º 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 #054F21 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 79 | 33 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.69 |
| HSL | 142.7º | 0.88% | 0.16% | - |
| HSV(B) | 142.7º | 0.94% | 0.31% | - |
| XYZ | 3.13 | 5.73 | 2.38 | - |
| YUV | 51.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 33 | 0.94 | 0 | 0.58 | 0.69 | 142.7 | 0.88 | 0.16 |
| Hex | 5 | 4F | 21 | 5E | 0 | 3A | 45 | 8F | 58 | 10 |
| Octal | 5 | 117 | 41 | 136 | 0 | 72 | 105 | 217 | 130 | 20 |
| Binary | 101 | 1001111 | 100001 | 1011110 | 0 | 111010 | 1000101 | 10001111 | 1011000 | 10000 |
Color Harmonies of #054F21
Complementary color
Monochromatic Colors of #054F21
Black with #054F21
Text Example
Text Example
White with #054F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F21; }
p { color: rgb(5,79,33); }
H1.HeaderClassName
{
color: #054F21;
}
.AnyTagClassName
{
color: #054F21;
}
</style>
background-color css
<style>
a { background-color: #054F21; }
a { background-color: rgb(5,79,33); }
div.DivClassName
{
background-color: #054F21;
}
.BgClassName
{
background-color: #054F21;
}
</style>
border-color css
<style>
span { border-color: #054F21; }
span { border-color: rgb(5,79,33); }
td.TdClassName
{
border-color: #054F21;
}
.TagClassName
{
border-color: #054F21;
}
</style>