Shades of British Racing Green #054127
Tints of British Racing Green #054127
RGB
CMYK
RGB Variations
Color information
#054127 (or 0x054127) is known color: British Racing Green. HEX triplet: 05, 41 and 27. RGB value is (5,65,39). Sum of RGB (Red+Green+Blue) = 5+65+39=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #054127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054127 is #FABED8. Grayscale: #2C2C2C. Windows color (decimal): -16432857 or 2572549. OLE color: 2572549.
HSL color Cylindrical-coordinate representation of color #054127: hue angle of 154º 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 #054127 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 65 | 39 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.75 |
| HSL | 154º | 0.86% | 0.14% | - |
| HSV(B) | 154º | 0.92% | 0.25% | - |
| XYZ | 2.32 | 3.96 | 2.56 | - |
| YUV | 44.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 39 | 0.92 | 0 | 0.40 | 0.75 | 154 | 0.86 | 0.14 |
| Hex | 5 | 41 | 27 | 5C | 0 | 28 | 4B | 9A | 56 | E |
| Octal | 5 | 101 | 47 | 134 | 0 | 50 | 113 | 232 | 126 | 16 |
| Binary | 101 | 1000001 | 100111 | 1011100 | 0 | 101000 | 1001011 | 10011010 | 1010110 | 1110 |
Color Harmonies of #054127
Complementary color
Monochromatic Colors of #054127
Black with #054127
Text Example
Text Example
White with #054127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054127; }
p { color: rgb(5,65,39); }
H1.HeaderClassName
{
color: #054127;
}
.AnyTagClassName
{
color: #054127;
}
</style>
background-color css
<style>
a { background-color: #054127; }
a { background-color: rgb(5,65,39); }
div.DivClassName
{
background-color: #054127;
}
.BgClassName
{
background-color: #054127;
}
</style>
border-color css
<style>
span { border-color: #054127; }
span { border-color: rgb(5,65,39); }
td.TdClassName
{
border-color: #054127;
}
.TagClassName
{
border-color: #054127;
}
</style>