Shades of British Racing Green #05501E
Tints of British Racing Green #05501E
RGB
CMYK
RGB Variations
Color information
#05501E (or 0x05501E) is known color: British Racing Green. HEX triplet: 05, 50 and 1E. RGB value is (5,80,30). Sum of RGB (Red+Green+Blue) = 5+80+30=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #05501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05501E is #FAAFE1. Grayscale: #333333. Windows color (decimal): -16429026 or 1986565. OLE color: 1986565.
HSL color Cylindrical-coordinate representation of color #05501E: hue angle of 140º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05501E is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 30 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.69 |
| HSL | 140º | 0.88% | 0.17% | - |
| HSV(B) | 140º | 0.94% | 0.31% | - |
| XYZ | 3.17 | 5.86 | 2.19 | - |
| YUV | 51.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 30 | 0.94 | 0 | 0.62 | 0.69 | 140 | 0.88 | 0.17 |
| Hex | 5 | 50 | 1E | 5E | 0 | 3E | 45 | 8C | 58 | 11 |
| Octal | 5 | 120 | 36 | 136 | 0 | 76 | 105 | 214 | 130 | 21 |
| Binary | 101 | 1010000 | 11110 | 1011110 | 0 | 111110 | 1000101 | 10001100 | 1011000 | 10001 |
Color Harmonies of #05501E
Complementary color
Monochromatic Colors of #05501E
Black with #05501E
Text Example
Text Example
White with #05501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05501E; }
p { color: rgb(5,80,30); }
H1.HeaderClassName
{
color: #05501E;
}
.AnyTagClassName
{
color: #05501E;
}
</style>
background-color css
<style>
a { background-color: #05501E; }
a { background-color: rgb(5,80,30); }
div.DivClassName
{
background-color: #05501E;
}
.BgClassName
{
background-color: #05501E;
}
</style>
border-color css
<style>
span { border-color: #05501E; }
span { border-color: rgb(5,80,30); }
td.TdClassName
{
border-color: #05501E;
}
.TagClassName
{
border-color: #05501E;
}
</style>