Shades of British Racing Green #054120
Tints of British Racing Green #054120
RGB
CMYK
RGB Variations
Color information
#054120 (or 0x054120) is known color: British Racing Green. HEX triplet: 05, 41 and 20. RGB value is (5,65,32). Sum of RGB (Red+Green+Blue) = 5+65+32=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #054120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054120 is #FABEDF. Grayscale: #2B2B2B. Windows color (decimal): -16432864 or 2113797. OLE color: 2113797.
HSL color Cylindrical-coordinate representation of color #054120: hue angle of 147º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054120 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 65 | 32 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.75 |
| HSL | 147º | 0.86% | 0.14% | - |
| HSV(B) | 147º | 0.92% | 0.25% | - |
| XYZ | 2.21 | 3.92 | 2.01 | - |
| YUV | 43.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 32 | 0.92 | 0 | 0.51 | 0.75 | 147 | 0.86 | 0.14 |
| Hex | 5 | 41 | 20 | 5C | 0 | 33 | 4B | 93 | 56 | E |
| Octal | 5 | 101 | 40 | 134 | 0 | 63 | 113 | 223 | 126 | 16 |
| Binary | 101 | 1000001 | 100000 | 1011100 | 0 | 110011 | 1001011 | 10010011 | 1010110 | 1110 |
Color Harmonies of #054120
Complementary color
Monochromatic Colors of #054120
Black with #054120
Text Example
Text Example
White with #054120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054120; }
p { color: rgb(5,65,32); }
H1.HeaderClassName
{
color: #054120;
}
.AnyTagClassName
{
color: #054120;
}
</style>
background-color css
<style>
a { background-color: #054120; }
a { background-color: rgb(5,65,32); }
div.DivClassName
{
background-color: #054120;
}
.BgClassName
{
background-color: #054120;
}
</style>
border-color css
<style>
span { border-color: #054120; }
span { border-color: rgb(5,65,32); }
td.TdClassName
{
border-color: #054120;
}
.TagClassName
{
border-color: #054120;
}
</style>