Shades of British Racing Green #085027
Tints of British Racing Green #085027
RGB
CMYK
RGB Variations
Color information
#085027 (or 0x085027) is known color: British Racing Green. HEX triplet: 08, 50 and 27. RGB value is (8,80,39). Sum of RGB (Red+Green+Blue) = 8+80+39=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #085027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085027 is #F7AFD8. Grayscale: #353535. Windows color (decimal): -16232409 or 2576392. OLE color: 2576392.
HSL color Cylindrical-coordinate representation of color #085027: hue angle of 145.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085027 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 80 | 39 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.69 |
| HSL | 145.83º | 0.82% | 0.17% | - |
| HSV(B) | 145.83º | 0.9% | 0.31% | - |
| XYZ | 3.34 | 5.94 | 2.89 | - |
| YUV | 53.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 39 | 0.90 | 0 | 0.51 | 0.69 | 145.83 | 0.82 | 0.17 |
| Hex | 8 | 50 | 27 | 5A | 0 | 33 | 45 | 92 | 52 | 11 |
| Octal | 10 | 120 | 47 | 132 | 0 | 63 | 105 | 222 | 122 | 21 |
| Binary | 1000 | 1010000 | 100111 | 1011010 | 0 | 110011 | 1000101 | 10010010 | 1010010 | 10001 |
Color Harmonies of #085027
Complementary color
Monochromatic Colors of #085027
Black with #085027
Text Example
Text Example
White with #085027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085027; }
p { color: rgb(8,80,39); }
H1.HeaderClassName
{
color: #085027;
}
.AnyTagClassName
{
color: #085027;
}
</style>
background-color css
<style>
a { background-color: #085027; }
a { background-color: rgb(8,80,39); }
div.DivClassName
{
background-color: #085027;
}
.BgClassName
{
background-color: #085027;
}
</style>
border-color css
<style>
span { border-color: #085027; }
span { border-color: rgb(8,80,39); }
td.TdClassName
{
border-color: #085027;
}
.TagClassName
{
border-color: #085027;
}
</style>