Shades of British Racing Green #05472F
Tints of British Racing Green #05472F
RGB
CMYK
RGB Variations
Color information
#05472F (or 0x05472F) is known color: British Racing Green. HEX triplet: 05, 47 and 2F. RGB value is (5,71,47). Sum of RGB (Red+Green+Blue) = 5+71+47=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #05472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05472F is #FAB8D0. Grayscale: #303030. Windows color (decimal): -16431313 or 3098373. OLE color: 3098373.
HSL color Cylindrical-coordinate representation of color #05472F: hue angle of 158.18º 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 #05472F is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 71 | 47 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.72 |
| HSL | 158.18º | 0.87% | 0.15% | - |
| HSV(B) | 158.18º | 0.93% | 0.28% | - |
| XYZ | 2.83 | 4.74 | 3.46 | - |
| YUV | 48.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 47 | 0.93 | 0 | 0.34 | 0.72 | 158.18 | 0.87 | 0.15 |
| Hex | 5 | 47 | 2F | 5D | 0 | 22 | 48 | 9E | 57 | F |
| Octal | 5 | 107 | 57 | 135 | 0 | 42 | 110 | 236 | 127 | 17 |
| Binary | 101 | 1000111 | 101111 | 1011101 | 0 | 100010 | 1001000 | 10011110 | 1010111 | 1111 |
Color Harmonies of #05472F
Complementary color
Monochromatic Colors of #05472F
Black with #05472F
Text Example
Text Example
White with #05472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05472F; }
p { color: rgb(5,71,47); }
H1.HeaderClassName
{
color: #05472F;
}
.AnyTagClassName
{
color: #05472F;
}
</style>
background-color css
<style>
a { background-color: #05472F; }
a { background-color: rgb(5,71,47); }
div.DivClassName
{
background-color: #05472F;
}
.BgClassName
{
background-color: #05472F;
}
</style>
border-color css
<style>
span { border-color: #05472F; }
span { border-color: rgb(5,71,47); }
td.TdClassName
{
border-color: #05472F;
}
.TagClassName
{
border-color: #05472F;
}
</style>