Shades of British Racing Green #054B1B
Tints of British Racing Green #054B1B
RGB
CMYK
RGB Variations
Color information
#054B1B (or 0x054B1B) is known color: British Racing Green. HEX triplet: 05, 4B and 1B. RGB value is (5,75,27). Sum of RGB (Red+Green+Blue) = 5+75+27=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 75 (29.69% from 255 or 70.09% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 75 - color contains mainly: green. Hex color #054B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B1B is #FAB4E4. Grayscale: #303030. Windows color (decimal): -16430309 or 1788677. OLE color: 1788677.
HSL color Cylindrical-coordinate representation of color #054B1B: hue angle of 138.86º 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 #054B1B is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 27 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.71 |
| HSL | 138.86º | 0.88% | 0.16% | - |
| HSV(B) | 138.86º | 0.93% | 0.29% | - |
| XYZ | 2.78 | 5.14 | 1.88 | - |
| YUV | 48.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 27 | 0.93 | 0 | 0.64 | 0.71 | 138.86 | 0.88 | 0.16 |
| Hex | 5 | 4B | 1B | 5D | 0 | 40 | 47 | 8B | 58 | 10 |
| Octal | 5 | 113 | 33 | 135 | 0 | 100 | 107 | 213 | 130 | 20 |
| Binary | 101 | 1001011 | 11011 | 1011101 | 0 | 1000000 | 1000111 | 10001011 | 1011000 | 10000 |
Color Harmonies of #054B1B
Complementary color
Monochromatic Colors of #054B1B
Black with #054B1B
Text Example
Text Example
White with #054B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B1B; }
p { color: rgb(5,75,27); }
H1.HeaderClassName
{
color: #054B1B;
}
.AnyTagClassName
{
color: #054B1B;
}
</style>
background-color css
<style>
a { background-color: #054B1B; }
a { background-color: rgb(5,75,27); }
div.DivClassName
{
background-color: #054B1B;
}
.BgClassName
{
background-color: #054B1B;
}
</style>
border-color css
<style>
span { border-color: #054B1B; }
span { border-color: rgb(5,75,27); }
td.TdClassName
{
border-color: #054B1B;
}
.TagClassName
{
border-color: #054B1B;
}
</style>