Shades of British Racing Green #084031
Tints of British Racing Green #084031
RGB
CMYK
RGB Variations
Color information
#084031 (or 0x084031) is known color: British Racing Green. HEX triplet: 08, 40 and 31. RGB value is (8,64,49). Sum of RGB (Red+Green+Blue) = 8+64+49=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #084031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084031 is #F7BFCE. Grayscale: #2D2D2D. Windows color (decimal): -16236495 or 3227656. OLE color: 3227656.
HSL color Cylindrical-coordinate representation of color #084031: hue angle of 163.93º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084031 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 64 | 49 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.75 |
| HSL | 163.93º | 0.78% | 0.14% | - |
| HSV(B) | 163.93º | 0.88% | 0.25% | - |
| XYZ | 2.49 | 3.94 | 3.54 | - |
| YUV | 45.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 49 | 0.87 | 0 | 0.23 | 0.75 | 163.93 | 0.78 | 0.14 |
| Hex | 8 | 40 | 31 | 57 | 0 | 17 | 4B | A4 | 4E | E |
| Octal | 10 | 100 | 61 | 127 | 0 | 27 | 113 | 244 | 116 | 16 |
| Binary | 1000 | 1000000 | 110001 | 1010111 | 0 | 10111 | 1001011 | 10100100 | 1001110 | 1110 |
Color Harmonies of #084031
Complementary color
Monochromatic Colors of #084031
Black with #084031
Text Example
Text Example
White with #084031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084031; }
p { color: rgb(8,64,49); }
H1.HeaderClassName
{
color: #084031;
}
.AnyTagClassName
{
color: #084031;
}
</style>
background-color css
<style>
a { background-color: #084031; }
a { background-color: rgb(8,64,49); }
div.DivClassName
{
background-color: #084031;
}
.BgClassName
{
background-color: #084031;
}
</style>
border-color css
<style>
span { border-color: #084031; }
span { border-color: rgb(8,64,49); }
td.TdClassName
{
border-color: #084031;
}
.TagClassName
{
border-color: #084031;
}
</style>