Shades of British Racing Green #054F2C
Tints of British Racing Green #054F2C
RGB
CMYK
RGB Variations
Color information
#054F2C (or 0x054F2C) is known color: British Racing Green. HEX triplet: 05, 4F and 2C. RGB value is (5,79,44). Sum of RGB (Red+Green+Blue) = 5+79+44=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 79 (31.25% from 255 or 61.72% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 79 - color contains mainly: green. Hex color #054F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F2C is #FAB0D3. Grayscale: #343434. Windows color (decimal): -16429268 or 2903813. OLE color: 2903813.
HSL color Cylindrical-coordinate representation of color #054F2C: hue angle of 151.62º 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 #054F2C is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 79 | 44 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.69 |
| HSL | 151.62º | 0.88% | 0.16% | - |
| HSV(B) | 151.62º | 0.94% | 0.31% | - |
| XYZ | 3.31 | 5.81 | 3.33 | - |
| YUV | 52.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 44 | 0.94 | 0 | 0.44 | 0.69 | 151.62 | 0.88 | 0.16 |
| Hex | 5 | 4F | 2C | 5E | 0 | 2C | 45 | 98 | 58 | 10 |
| Octal | 5 | 117 | 54 | 136 | 0 | 54 | 105 | 230 | 130 | 20 |
| Binary | 101 | 1001111 | 101100 | 1011110 | 0 | 101100 | 1000101 | 10011000 | 1011000 | 10000 |
Color Harmonies of #054F2C
Complementary color
Monochromatic Colors of #054F2C
Black with #054F2C
Text Example
Text Example
White with #054F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F2C; }
p { color: rgb(5,79,44); }
H1.HeaderClassName
{
color: #054F2C;
}
.AnyTagClassName
{
color: #054F2C;
}
</style>
background-color css
<style>
a { background-color: #054F2C; }
a { background-color: rgb(5,79,44); }
div.DivClassName
{
background-color: #054F2C;
}
.BgClassName
{
background-color: #054F2C;
}
</style>
border-color css
<style>
span { border-color: #054F2C; }
span { border-color: rgb(5,79,44); }
td.TdClassName
{
border-color: #054F2C;
}
.TagClassName
{
border-color: #054F2C;
}
</style>