Shades of British Racing Green #055015
Tints of British Racing Green #055015
RGB
CMYK
RGB Variations
Color information
#055015 (or 0x055015) is known color: British Racing Green. HEX triplet: 05, 50 and 15. RGB value is (5,80,21). Sum of RGB (Red+Green+Blue) = 5+80+21=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #055015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055015 is #FAAFEA. Grayscale: #333333. Windows color (decimal): -16429035 or 1396741. OLE color: 1396741.
HSL color Cylindrical-coordinate representation of color #055015: hue angle of 132.8º 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 #055015 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 21 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.69 |
| HSL | 132.8º | 0.88% | 0.17% | - |
| HSV(B) | 132.8º | 0.94% | 0.31% | - |
| XYZ | 3.07 | 5.82 | 1.67 | - |
| YUV | 50.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 21 | 0.94 | 0 | 0.74 | 0.69 | 132.8 | 0.88 | 0.17 |
| Hex | 5 | 50 | 15 | 5E | 0 | 4A | 45 | 85 | 58 | 11 |
| Octal | 5 | 120 | 25 | 136 | 0 | 112 | 105 | 205 | 130 | 21 |
| Binary | 101 | 1010000 | 10101 | 1011110 | 0 | 1001010 | 1000101 | 10000101 | 1011000 | 10001 |
Color Harmonies of #055015
Complementary color
Monochromatic Colors of #055015
Black with #055015
Text Example
Text Example
White with #055015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055015; }
p { color: rgb(5,80,21); }
H1.HeaderClassName
{
color: #055015;
}
.AnyTagClassName
{
color: #055015;
}
</style>
background-color css
<style>
a { background-color: #055015; }
a { background-color: rgb(5,80,21); }
div.DivClassName
{
background-color: #055015;
}
.BgClassName
{
background-color: #055015;
}
</style>
border-color css
<style>
span { border-color: #055015; }
span { border-color: rgb(5,80,21); }
td.TdClassName
{
border-color: #055015;
}
.TagClassName
{
border-color: #055015;
}
</style>