Shades of British Racing Green #054F30
Tints of British Racing Green #054F30
RGB
CMYK
RGB Variations
Color information
#054F30 (or 0x054F30) is known color: British Racing Green. HEX triplet: 05, 4F and 30. RGB value is (5,79,48). Sum of RGB (Red+Green+Blue) = 5+79+48=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 79 (31.25% from 255 or 59.85% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 79 - color contains mainly: green. Hex color #054F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F30 is #FAB0CF. Grayscale: #353535. Windows color (decimal): -16429264 or 3165957. OLE color: 3165957.
HSL color Cylindrical-coordinate representation of color #054F30: hue angle of 154.86º 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 #054F30 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 79 | 48 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.69 |
| HSL | 154.86º | 0.88% | 0.16% | - |
| HSV(B) | 154.86º | 0.94% | 0.31% | - |
| XYZ | 3.39 | 5.84 | 3.74 | - |
| YUV | 53.34 | 124.98 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 48 | 0.94 | 0 | 0.39 | 0.69 | 154.86 | 0.88 | 0.16 |
| Hex | 5 | 4F | 30 | 5E | 0 | 27 | 45 | 9B | 58 | 10 |
| Octal | 5 | 117 | 60 | 136 | 0 | 47 | 105 | 233 | 130 | 20 |
| Binary | 101 | 1001111 | 110000 | 1011110 | 0 | 100111 | 1000101 | 10011011 | 1011000 | 10000 |
Color Harmonies of #054F30
Complementary color
Monochromatic Colors of #054F30
Black with #054F30
Text Example
Text Example
White with #054F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F30; }
p { color: rgb(5,79,48); }
H1.HeaderClassName
{
color: #054F30;
}
.AnyTagClassName
{
color: #054F30;
}
</style>
background-color css
<style>
a { background-color: #054F30; }
a { background-color: rgb(5,79,48); }
div.DivClassName
{
background-color: #054F30;
}
.BgClassName
{
background-color: #054F30;
}
</style>
border-color css
<style>
span { border-color: #054F30; }
span { border-color: rgb(5,79,48); }
td.TdClassName
{
border-color: #054F30;
}
.TagClassName
{
border-color: #054F30;
}
</style>