Shades of British Racing Green #054F23
Tints of British Racing Green #054F23
RGB
CMYK
RGB Variations
Color information
#054F23 (or 0x054F23) is known color: British Racing Green. HEX triplet: 05, 4F and 23. RGB value is (5,79,35). Sum of RGB (Red+Green+Blue) = 5+79+35=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 79 (31.25% from 255 or 66.39% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 79 - color contains mainly: green. Hex color #054F23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F23 is #FAB0DC. Grayscale: #333333. Windows color (decimal): -16429277 or 2313989. OLE color: 2313989.
HSL color Cylindrical-coordinate representation of color #054F23: hue angle of 144.32º 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 #054F23 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 79 | 35 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.69 |
| HSL | 144.32º | 0.88% | 0.16% | - |
| HSV(B) | 144.32º | 0.94% | 0.31% | - |
| XYZ | 3.16 | 5.75 | 2.53 | - |
| YUV | 51.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 35 | 0.94 | 0 | 0.56 | 0.69 | 144.32 | 0.88 | 0.16 |
| Hex | 5 | 4F | 23 | 5E | 0 | 38 | 45 | 90 | 58 | 10 |
| Octal | 5 | 117 | 43 | 136 | 0 | 70 | 105 | 220 | 130 | 20 |
| Binary | 101 | 1001111 | 100011 | 1011110 | 0 | 111000 | 1000101 | 10010000 | 1011000 | 10000 |
Color Harmonies of #054F23
Complementary color
Monochromatic Colors of #054F23
Black with #054F23
Text Example
Text Example
White with #054F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F23; }
p { color: rgb(5,79,35); }
H1.HeaderClassName
{
color: #054F23;
}
.AnyTagClassName
{
color: #054F23;
}
</style>
background-color css
<style>
a { background-color: #054F23; }
a { background-color: rgb(5,79,35); }
div.DivClassName
{
background-color: #054F23;
}
.BgClassName
{
background-color: #054F23;
}
</style>
border-color css
<style>
span { border-color: #054F23; }
span { border-color: rgb(5,79,35); }
td.TdClassName
{
border-color: #054F23;
}
.TagClassName
{
border-color: #054F23;
}
</style>