Shades of British Racing Green #054B2C
Tints of British Racing Green #054B2C
RGB
CMYK
RGB Variations
Color information
#054B2C (or 0x054B2C) is known color: British Racing Green. HEX triplet: 05, 4B and 2C. RGB value is (5,75,44). Sum of RGB (Red+Green+Blue) = 5+75+44=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 75 (29.69% from 255 or 60.48% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 75 - color contains mainly: green. Hex color #054B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B2C is #FAB4D3. Grayscale: #323232. Windows color (decimal): -16430292 or 2902789. OLE color: 2902789.
HSL color Cylindrical-coordinate representation of color #054B2C: hue angle of 153.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B2C is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 44 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.71 |
| HSL | 153.43º | 0.88% | 0.16% | - |
| HSV(B) | 153.43º | 0.93% | 0.29% | - |
| XYZ | 3.03 | 5.25 | 3.24 | - |
| YUV | 50.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 44 | 0.93 | 0 | 0.41 | 0.71 | 153.43 | 0.88 | 0.16 |
| Hex | 5 | 4B | 2C | 5D | 0 | 29 | 47 | 99 | 58 | 10 |
| Octal | 5 | 113 | 54 | 135 | 0 | 51 | 107 | 231 | 130 | 20 |
| Binary | 101 | 1001011 | 101100 | 1011101 | 0 | 101001 | 1000111 | 10011001 | 1011000 | 10000 |
Color Harmonies of #054B2C
Complementary color
Monochromatic Colors of #054B2C
Black with #054B2C
Text Example
Text Example
White with #054B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B2C; }
p { color: rgb(5,75,44); }
H1.HeaderClassName
{
color: #054B2C;
}
.AnyTagClassName
{
color: #054B2C;
}
</style>
background-color css
<style>
a { background-color: #054B2C; }
a { background-color: rgb(5,75,44); }
div.DivClassName
{
background-color: #054B2C;
}
.BgClassName
{
background-color: #054B2C;
}
</style>
border-color css
<style>
span { border-color: #054B2C; }
span { border-color: rgb(5,75,44); }
td.TdClassName
{
border-color: #054B2C;
}
.TagClassName
{
border-color: #054B2C;
}
</style>