Shades of British Racing Green #084D2E
Tints of British Racing Green #084D2E
RGB
CMYK
RGB Variations
Color information
#084D2E (or 0x084D2E) is known color: British Racing Green. HEX triplet: 08, 4D and 2E. RGB value is (8,77,46). Sum of RGB (Red+Green+Blue) = 8+77+46=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #084D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D2E is #F7B2D1. Grayscale: #343434. Windows color (decimal): -16233170 or 3034376. OLE color: 3034376.
HSL color Cylindrical-coordinate representation of color #084D2E: hue angle of 153.04º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D2E is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 77 | 46 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.70 |
| HSL | 153.04º | 0.81% | 0.17% | - |
| HSV(B) | 153.04º | 0.9% | 0.3% | - |
| XYZ | 3.25 | 5.56 | 3.49 | - |
| YUV | 52.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 46 | 0.90 | 0 | 0.40 | 0.70 | 153.04 | 0.81 | 0.17 |
| Hex | 8 | 4D | 2E | 5A | 0 | 28 | 46 | 99 | 51 | 11 |
| Octal | 10 | 115 | 56 | 132 | 0 | 50 | 106 | 231 | 121 | 21 |
| Binary | 1000 | 1001101 | 101110 | 1011010 | 0 | 101000 | 1000110 | 10011001 | 1010001 | 10001 |
Color Harmonies of #084D2E
Complementary color
Monochromatic Colors of #084D2E
Black with #084D2E
Text Example
Text Example
White with #084D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D2E; }
p { color: rgb(8,77,46); }
H1.HeaderClassName
{
color: #084D2E;
}
.AnyTagClassName
{
color: #084D2E;
}
</style>
background-color css
<style>
a { background-color: #084D2E; }
a { background-color: rgb(8,77,46); }
div.DivClassName
{
background-color: #084D2E;
}
.BgClassName
{
background-color: #084D2E;
}
</style>
border-color css
<style>
span { border-color: #084D2E; }
span { border-color: rgb(8,77,46); }
td.TdClassName
{
border-color: #084D2E;
}
.TagClassName
{
border-color: #084D2E;
}
</style>