Shades of British Racing Green #054F2D
Tints of British Racing Green #054F2D
RGB
CMYK
RGB Variations
Color information
#054F2D (or 0x054F2D) is known color: British Racing Green. HEX triplet: 05, 4F and 2D. RGB value is (5,79,45). Sum of RGB (Red+Green+Blue) = 5+79+45=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 79 (31.25% from 255 or 61.24% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 79 - color contains mainly: green. Hex color #054F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F2D is #FAB0D2. Grayscale: #353535. Windows color (decimal): -16429267 or 2969349. OLE color: 2969349.
HSL color Cylindrical-coordinate representation of color #054F2D: hue angle of 152.43º 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 #054F2D is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 79 | 45 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.69 |
| HSL | 152.43º | 0.88% | 0.16% | - |
| HSV(B) | 152.43º | 0.94% | 0.31% | - |
| XYZ | 3.33 | 5.81 | 3.43 | - |
| YUV | 53 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 45 | 0.94 | 0 | 0.43 | 0.69 | 152.43 | 0.88 | 0.16 |
| Hex | 5 | 4F | 2D | 5E | 0 | 2B | 45 | 98 | 58 | 10 |
| Octal | 5 | 117 | 55 | 136 | 0 | 53 | 105 | 230 | 130 | 20 |
| Binary | 101 | 1001111 | 101101 | 1011110 | 0 | 101011 | 1000101 | 10011000 | 1011000 | 10000 |
Color Harmonies of #054F2D
Complementary color
Monochromatic Colors of #054F2D
Black with #054F2D
Text Example
Text Example
White with #054F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F2D; }
p { color: rgb(5,79,45); }
H1.HeaderClassName
{
color: #054F2D;
}
.AnyTagClassName
{
color: #054F2D;
}
</style>
background-color css
<style>
a { background-color: #054F2D; }
a { background-color: rgb(5,79,45); }
div.DivClassName
{
background-color: #054F2D;
}
.BgClassName
{
background-color: #054F2D;
}
</style>
border-color css
<style>
span { border-color: #054F2D; }
span { border-color: rgb(5,79,45); }
td.TdClassName
{
border-color: #054F2D;
}
.TagClassName
{
border-color: #054F2D;
}
</style>