Shades of British Racing Green #084A31
Tints of British Racing Green #084A31
RGB
CMYK
RGB Variations
Color information
#084A31 (or 0x084A31) is known color: British Racing Green. HEX triplet: 08, 4A and 31. RGB value is (8,74,49). Sum of RGB (Red+Green+Blue) = 8+74+49=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 74 (29.30% from 255 or 56.49% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 74 - color contains mainly: green. Hex color #084A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A31 is #F7B5CE. Grayscale: #333333. Windows color (decimal): -16233935 or 3230216. OLE color: 3230216.
HSL color Cylindrical-coordinate representation of color #084A31: hue angle of 157.27º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A31 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 74 | 49 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.71 |
| HSL | 157.27º | 0.8% | 0.16% | - |
| HSV(B) | 157.27º | 0.89% | 0.29% | - |
| XYZ | 3.1 | 5.17 | 3.74 | - |
| YUV | 51.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 49 | 0.89 | 0 | 0.34 | 0.71 | 157.27 | 0.8 | 0.16 |
| Hex | 8 | 4A | 31 | 59 | 0 | 22 | 47 | 9D | 50 | 10 |
| Octal | 10 | 112 | 61 | 131 | 0 | 42 | 107 | 235 | 120 | 20 |
| Binary | 1000 | 1001010 | 110001 | 1011001 | 0 | 100010 | 1000111 | 10011101 | 1010000 | 10000 |
Color Harmonies of #084A31
Complementary color
Monochromatic Colors of #084A31
Black with #084A31
Text Example
Text Example
White with #084A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A31; }
p { color: rgb(8,74,49); }
H1.HeaderClassName
{
color: #084A31;
}
.AnyTagClassName
{
color: #084A31;
}
</style>
background-color css
<style>
a { background-color: #084A31; }
a { background-color: rgb(8,74,49); }
div.DivClassName
{
background-color: #084A31;
}
.BgClassName
{
background-color: #084A31;
}
</style>
border-color css
<style>
span { border-color: #084A31; }
span { border-color: rgb(8,74,49); }
td.TdClassName
{
border-color: #084A31;
}
.TagClassName
{
border-color: #084A31;
}
</style>