Shades of British Racing Green #084E2B
Tints of British Racing Green #084E2B
RGB
CMYK
RGB Variations
Color information
#084E2B (or 0x084E2B) is known color: British Racing Green. HEX triplet: 08, 4E and 2B. RGB value is (8,78,43). Sum of RGB (Red+Green+Blue) = 8+78+43=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 78 (30.86% from 255 or 60.47% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 78 - color contains mainly: green. Hex color #084E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E2B is #F7B1D4. Grayscale: #353535. Windows color (decimal): -16232917 or 2838024. OLE color: 2838024.
HSL color Cylindrical-coordinate representation of color #084E2B: hue angle of 150º 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 #084E2B is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 78 | 43 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.69 |
| HSL | 150º | 0.81% | 0.17% | - |
| HSV(B) | 150º | 0.9% | 0.31% | - |
| XYZ | 3.26 | 5.67 | 3.21 | - |
| YUV | 53.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 43 | 0.90 | 0 | 0.45 | 0.69 | 150 | 0.81 | 0.17 |
| Hex | 8 | 4E | 2B | 5A | 0 | 2D | 45 | 96 | 51 | 11 |
| Octal | 10 | 116 | 53 | 132 | 0 | 55 | 105 | 226 | 121 | 21 |
| Binary | 1000 | 1001110 | 101011 | 1011010 | 0 | 101101 | 1000101 | 10010110 | 1010001 | 10001 |
Color Harmonies of #084E2B
Complementary color
Monochromatic Colors of #084E2B
Black with #084E2B
Text Example
Text Example
White with #084E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E2B; }
p { color: rgb(8,78,43); }
H1.HeaderClassName
{
color: #084E2B;
}
.AnyTagClassName
{
color: #084E2B;
}
</style>
background-color css
<style>
a { background-color: #084E2B; }
a { background-color: rgb(8,78,43); }
div.DivClassName
{
background-color: #084E2B;
}
.BgClassName
{
background-color: #084E2B;
}
</style>
border-color css
<style>
span { border-color: #084E2B; }
span { border-color: rgb(8,78,43); }
td.TdClassName
{
border-color: #084E2B;
}
.TagClassName
{
border-color: #084E2B;
}
</style>