Shades of British Racing Green #054B2B
Tints of British Racing Green #054B2B
RGB
CMYK
RGB Variations
Color information
#054B2B (or 0x054B2B) is known color: British Racing Green. HEX triplet: 05, 4B and 2B. RGB value is (5,75,43). Sum of RGB (Red+Green+Blue) = 5+75+43=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #054B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B2B is #FAB4D4. Grayscale: #323232. Windows color (decimal): -16430293 or 2837253. OLE color: 2837253.
HSL color Cylindrical-coordinate representation of color #054B2B: hue angle of 152.57º 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 #054B2B is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 43 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.71 |
| HSL | 152.57º | 0.88% | 0.16% | - |
| HSV(B) | 152.57º | 0.93% | 0.29% | - |
| XYZ | 3.01 | 5.24 | 3.14 | - |
| YUV | 50.42 | 123.81 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 43 | 0.93 | 0 | 0.43 | 0.71 | 152.57 | 0.88 | 0.16 |
| Hex | 5 | 4B | 2B | 5D | 0 | 2B | 47 | 99 | 58 | 10 |
| Octal | 5 | 113 | 53 | 135 | 0 | 53 | 107 | 231 | 130 | 20 |
| Binary | 101 | 1001011 | 101011 | 1011101 | 0 | 101011 | 1000111 | 10011001 | 1011000 | 10000 |
Color Harmonies of #054B2B
Complementary color
Monochromatic Colors of #054B2B
Black with #054B2B
Text Example
Text Example
White with #054B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B2B; }
p { color: rgb(5,75,43); }
H1.HeaderClassName
{
color: #054B2B;
}
.AnyTagClassName
{
color: #054B2B;
}
</style>
background-color css
<style>
a { background-color: #054B2B; }
a { background-color: rgb(5,75,43); }
div.DivClassName
{
background-color: #054B2B;
}
.BgClassName
{
background-color: #054B2B;
}
</style>
border-color css
<style>
span { border-color: #054B2B; }
span { border-color: rgb(5,75,43); }
td.TdClassName
{
border-color: #054B2B;
}
.TagClassName
{
border-color: #054B2B;
}
</style>