Shades of British Racing Green #084E2A
Tints of British Racing Green #084E2A
RGB
CMYK
RGB Variations
Color information
#084E2A (or 0x084E2A) is known color: British Racing Green. HEX triplet: 08, 4E and 2A. RGB value is (8,78,42). Sum of RGB (Red+Green+Blue) = 8+78+42=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 78 (30.86% from 255 or 60.94% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 78 - color contains mainly: green. Hex color #084E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E2A is #F7B1D5. Grayscale: #353535. Windows color (decimal): -16232918 or 2772488. OLE color: 2772488.
HSL color Cylindrical-coordinate representation of color #084E2A: hue angle of 149.14º degrees, saturation: 0.81, 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 #084E2A is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 78 | 42 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.69 |
| HSL | 149.14º | 0.81% | 0.17% | - |
| HSV(B) | 149.14º | 0.9% | 0.31% | - |
| XYZ | 3.24 | 5.67 | 3.11 | - |
| YUV | 52.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 42 | 0.90 | 0 | 0.46 | 0.69 | 149.14 | 0.81 | 0.17 |
| Hex | 8 | 4E | 2A | 5A | 0 | 2E | 45 | 95 | 51 | 11 |
| Octal | 10 | 116 | 52 | 132 | 0 | 56 | 105 | 225 | 121 | 21 |
| Binary | 1000 | 1001110 | 101010 | 1011010 | 0 | 101110 | 1000101 | 10010101 | 1010001 | 10001 |
Color Harmonies of #084E2A
Complementary color
Monochromatic Colors of #084E2A
Black with #084E2A
Text Example
Text Example
White with #084E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E2A; }
p { color: rgb(8,78,42); }
H1.HeaderClassName
{
color: #084E2A;
}
.AnyTagClassName
{
color: #084E2A;
}
</style>
background-color css
<style>
a { background-color: #084E2A; }
a { background-color: rgb(8,78,42); }
div.DivClassName
{
background-color: #084E2A;
}
.BgClassName
{
background-color: #084E2A;
}
</style>
border-color css
<style>
span { border-color: #084E2A; }
span { border-color: rgb(8,78,42); }
td.TdClassName
{
border-color: #084E2A;
}
.TagClassName
{
border-color: #084E2A;
}
</style>