Shades of British Racing Green #054C2F
Tints of British Racing Green #054C2F
RGB
CMYK
RGB Variations
Color information
#054C2F (or 0x054C2F) is known color: British Racing Green. HEX triplet: 05, 4C and 2F. RGB value is (5,76,47). Sum of RGB (Red+Green+Blue) = 5+76+47=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #054C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C2F is #FAB3D0. Grayscale: #333333. Windows color (decimal): -16430033 or 3099653. OLE color: 3099653.
HSL color Cylindrical-coordinate representation of color #054C2F: hue angle of 155.49º 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 #054C2F is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 47 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.70 |
| HSL | 155.49º | 0.88% | 0.16% | - |
| HSV(B) | 155.49º | 0.93% | 0.3% | - |
| XYZ | 3.16 | 5.41 | 3.57 | - |
| YUV | 51.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 47 | 0.93 | 0 | 0.38 | 0.70 | 155.49 | 0.88 | 0.16 |
| Hex | 5 | 4C | 2F | 5D | 0 | 26 | 46 | 9B | 58 | 10 |
| Octal | 5 | 114 | 57 | 135 | 0 | 46 | 106 | 233 | 130 | 20 |
| Binary | 101 | 1001100 | 101111 | 1011101 | 0 | 100110 | 1000110 | 10011011 | 1011000 | 10000 |
Color Harmonies of #054C2F
Complementary color
Monochromatic Colors of #054C2F
Black with #054C2F
Text Example
Text Example
White with #054C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C2F; }
p { color: rgb(5,76,47); }
H1.HeaderClassName
{
color: #054C2F;
}
.AnyTagClassName
{
color: #054C2F;
}
</style>
background-color css
<style>
a { background-color: #054C2F; }
a { background-color: rgb(5,76,47); }
div.DivClassName
{
background-color: #054C2F;
}
.BgClassName
{
background-color: #054C2F;
}
</style>
border-color css
<style>
span { border-color: #054C2F; }
span { border-color: rgb(5,76,47); }
td.TdClassName
{
border-color: #054C2F;
}
.TagClassName
{
border-color: #054C2F;
}
</style>