Shades of British Racing Green #054C29
Tints of British Racing Green #054C29
RGB
CMYK
RGB Variations
Color information
#054C29 (or 0x054C29) is known color: British Racing Green. HEX triplet: 05, 4C and 29. RGB value is (5,76,41). Sum of RGB (Red+Green+Blue) = 5+76+41=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 76 (30.08% from 255 or 62.30% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 76 - color contains mainly: green. Hex color #054C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C29 is #FAB3D6. Grayscale: #323232. Windows color (decimal): -16430039 or 2706437. OLE color: 2706437.
HSL color Cylindrical-coordinate representation of color #054C29: hue angle of 150.42º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C29 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 41 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.70 |
| HSL | 150.42º | 0.88% | 0.16% | - |
| HSV(B) | 150.42º | 0.93% | 0.3% | - |
| XYZ | 3.05 | 5.36 | 2.97 | - |
| YUV | 50.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 41 | 0.93 | 0 | 0.46 | 0.70 | 150.42 | 0.88 | 0.16 |
| Hex | 5 | 4C | 29 | 5D | 0 | 2E | 46 | 96 | 58 | 10 |
| Octal | 5 | 114 | 51 | 135 | 0 | 56 | 106 | 226 | 130 | 20 |
| Binary | 101 | 1001100 | 101001 | 1011101 | 0 | 101110 | 1000110 | 10010110 | 1011000 | 10000 |
Color Harmonies of #054C29
Complementary color
Monochromatic Colors of #054C29
Black with #054C29
Text Example
Text Example
White with #054C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C29; }
p { color: rgb(5,76,41); }
H1.HeaderClassName
{
color: #054C29;
}
.AnyTagClassName
{
color: #054C29;
}
</style>
background-color css
<style>
a { background-color: #054C29; }
a { background-color: rgb(5,76,41); }
div.DivClassName
{
background-color: #054C29;
}
.BgClassName
{
background-color: #054C29;
}
</style>
border-color css
<style>
span { border-color: #054C29; }
span { border-color: rgb(5,76,41); }
td.TdClassName
{
border-color: #054C29;
}
.TagClassName
{
border-color: #054C29;
}
</style>