Shades of British Racing Green #054B24
Tints of British Racing Green #054B24
RGB
CMYK
RGB Variations
Color information
#054B24 (or 0x054B24) is known color: British Racing Green. HEX triplet: 05, 4B and 24. RGB value is (5,75,36). Sum of RGB (Red+Green+Blue) = 5+75+36=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 75 (29.69% from 255 or 64.66% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 75 - color contains mainly: green. Hex color #054B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B24 is #FAB4DB. Grayscale: #313131. Windows color (decimal): -16430300 or 2378501. OLE color: 2378501.
HSL color Cylindrical-coordinate representation of color #054B24: hue angle of 146.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 #054B24 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 36 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.71 |
| HSL | 146.57º | 0.88% | 0.16% | - |
| HSV(B) | 146.57º | 0.93% | 0.29% | - |
| XYZ | 2.9 | 5.19 | 2.52 | - |
| YUV | 49.62 | 120.31 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 36 | 0.93 | 0 | 0.52 | 0.71 | 146.57 | 0.88 | 0.16 |
| Hex | 5 | 4B | 24 | 5D | 0 | 34 | 47 | 93 | 58 | 10 |
| Octal | 5 | 113 | 44 | 135 | 0 | 64 | 107 | 223 | 130 | 20 |
| Binary | 101 | 1001011 | 100100 | 1011101 | 0 | 110100 | 1000111 | 10010011 | 1011000 | 10000 |
Color Harmonies of #054B24
Complementary color
Monochromatic Colors of #054B24
Black with #054B24
Text Example
Text Example
White with #054B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B24; }
p { color: rgb(5,75,36); }
H1.HeaderClassName
{
color: #054B24;
}
.AnyTagClassName
{
color: #054B24;
}
</style>
background-color css
<style>
a { background-color: #054B24; }
a { background-color: rgb(5,75,36); }
div.DivClassName
{
background-color: #054B24;
}
.BgClassName
{
background-color: #054B24;
}
</style>
border-color css
<style>
span { border-color: #054B24; }
span { border-color: rgb(5,75,36); }
td.TdClassName
{
border-color: #054B24;
}
.TagClassName
{
border-color: #054B24;
}
</style>