Shades of British Racing Green #084D2A
Tints of British Racing Green #084D2A
RGB
CMYK
RGB Variations
Color information
#084D2A (or 0x084D2A) is known color: British Racing Green. HEX triplet: 08, 4D and 2A. RGB value is (8,77,42). Sum of RGB (Red+Green+Blue) = 8+77+42=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #084D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D2A is #F7B2D5. Grayscale: #343434. Windows color (decimal): -16233174 or 2772232. OLE color: 2772232.
HSL color Cylindrical-coordinate representation of color #084D2A: hue angle of 149.57º 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 #084D2A is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 77 | 42 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.70 |
| HSL | 149.57º | 0.81% | 0.17% | - |
| HSV(B) | 149.57º | 0.9% | 0.3% | - |
| XYZ | 3.17 | 5.53 | 3.09 | - |
| YUV | 52.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 42 | 0.90 | 0 | 0.45 | 0.70 | 149.57 | 0.81 | 0.17 |
| Hex | 8 | 4D | 2A | 5A | 0 | 2D | 46 | 96 | 51 | 11 |
| Octal | 10 | 115 | 52 | 132 | 0 | 55 | 106 | 226 | 121 | 21 |
| Binary | 1000 | 1001101 | 101010 | 1011010 | 0 | 101101 | 1000110 | 10010110 | 1010001 | 10001 |
Color Harmonies of #084D2A
Complementary color
Monochromatic Colors of #084D2A
Black with #084D2A
Text Example
Text Example
White with #084D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D2A; }
p { color: rgb(8,77,42); }
H1.HeaderClassName
{
color: #084D2A;
}
.AnyTagClassName
{
color: #084D2A;
}
</style>
background-color css
<style>
a { background-color: #084D2A; }
a { background-color: rgb(8,77,42); }
div.DivClassName
{
background-color: #084D2A;
}
.BgClassName
{
background-color: #084D2A;
}
</style>
border-color css
<style>
span { border-color: #084D2A; }
span { border-color: rgb(8,77,42); }
td.TdClassName
{
border-color: #084D2A;
}
.TagClassName
{
border-color: #084D2A;
}
</style>