Shades of British Racing Green #054823
Tints of British Racing Green #054823
RGB
CMYK
RGB Variations
Color information
#054823 (or 0x054823) is known color: British Racing Green. HEX triplet: 05, 48 and 23. RGB value is (5,72,35). Sum of RGB (Red+Green+Blue) = 5+72+35=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #054823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054823 is #FAB7DC. Grayscale: #2F2F2F. Windows color (decimal): -16431069 or 2312197. OLE color: 2312197.
HSL color Cylindrical-coordinate representation of color #054823: hue angle of 146.87º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054823 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 72 | 35 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.72 |
| HSL | 146.87º | 0.87% | 0.15% | - |
| HSV(B) | 146.87º | 0.93% | 0.28% | - |
| XYZ | 2.68 | 4.79 | 2.37 | - |
| YUV | 47.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 35 | 0.93 | 0 | 0.51 | 0.72 | 146.87 | 0.87 | 0.15 |
| Hex | 5 | 48 | 23 | 5D | 0 | 33 | 48 | 93 | 57 | F |
| Octal | 5 | 110 | 43 | 135 | 0 | 63 | 110 | 223 | 127 | 17 |
| Binary | 101 | 1001000 | 100011 | 1011101 | 0 | 110011 | 1001000 | 10010011 | 1010111 | 1111 |
Color Harmonies of #054823
Complementary color
Monochromatic Colors of #054823
Black with #054823
Text Example
Text Example
White with #054823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054823; }
p { color: rgb(5,72,35); }
H1.HeaderClassName
{
color: #054823;
}
.AnyTagClassName
{
color: #054823;
}
</style>
background-color css
<style>
a { background-color: #054823; }
a { background-color: rgb(5,72,35); }
div.DivClassName
{
background-color: #054823;
}
.BgClassName
{
background-color: #054823;
}
</style>
border-color css
<style>
span { border-color: #054823; }
span { border-color: rgb(5,72,35); }
td.TdClassName
{
border-color: #054823;
}
.TagClassName
{
border-color: #054823;
}
</style>