Shades of British Racing Green #055020
Tints of British Racing Green #055020
RGB
CMYK
RGB Variations
Color information
#055020 (or 0x055020) is known color: British Racing Green. HEX triplet: 05, 50 and 20. RGB value is (5,80,32). Sum of RGB (Red+Green+Blue) = 5+80+32=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #055020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055020 is #FAAFDF. Grayscale: #343434. Windows color (decimal): -16429024 or 2117637. OLE color: 2117637.
HSL color Cylindrical-coordinate representation of color #055020: hue angle of 141.6º 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 #055020 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 32 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.69 |
| HSL | 141.6º | 0.88% | 0.17% | - |
| HSV(B) | 141.6º | 0.94% | 0.31% | - |
| XYZ | 3.19 | 5.87 | 2.33 | - |
| YUV | 52.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 32 | 0.94 | 0 | 0.60 | 0.69 | 141.6 | 0.88 | 0.17 |
| Hex | 5 | 50 | 20 | 5E | 0 | 3C | 45 | 8E | 58 | 11 |
| Octal | 5 | 120 | 40 | 136 | 0 | 74 | 105 | 216 | 130 | 21 |
| Binary | 101 | 1010000 | 100000 | 1011110 | 0 | 111100 | 1000101 | 10001110 | 1011000 | 10001 |
Color Harmonies of #055020
Complementary color
Monochromatic Colors of #055020
Black with #055020
Text Example
Text Example
White with #055020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055020; }
p { color: rgb(5,80,32); }
H1.HeaderClassName
{
color: #055020;
}
.AnyTagClassName
{
color: #055020;
}
</style>
background-color css
<style>
a { background-color: #055020; }
a { background-color: rgb(5,80,32); }
div.DivClassName
{
background-color: #055020;
}
.BgClassName
{
background-color: #055020;
}
</style>
border-color css
<style>
span { border-color: #055020; }
span { border-color: rgb(5,80,32); }
td.TdClassName
{
border-color: #055020;
}
.TagClassName
{
border-color: #055020;
}
</style>