Shades of British Racing Green #084E26
Tints of British Racing Green #084E26
RGB
CMYK
RGB Variations
Color information
#084E26 (or 0x084E26) is known color: British Racing Green. HEX triplet: 08, 4E and 26. RGB value is (8,78,38). Sum of RGB (Red+Green+Blue) = 8+78+38=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 78 (30.86% from 255 or 62.90% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 78 - color contains mainly: green. Hex color #084E26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E26 is #F7B1D9. Grayscale: #343434. Windows color (decimal): -16232922 or 2510344. OLE color: 2510344.
HSL color Cylindrical-coordinate representation of color #084E26: hue angle of 145.71º 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 #084E26 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 78 | 38 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.69 |
| HSL | 145.71º | 0.81% | 0.17% | - |
| HSV(B) | 145.71º | 0.9% | 0.31% | - |
| XYZ | 3.17 | 5.64 | 2.76 | - |
| YUV | 52.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 38 | 0.90 | 0 | 0.51 | 0.69 | 145.71 | 0.81 | 0.17 |
| Hex | 8 | 4E | 26 | 5A | 0 | 33 | 45 | 92 | 51 | 11 |
| Octal | 10 | 116 | 46 | 132 | 0 | 63 | 105 | 222 | 121 | 21 |
| Binary | 1000 | 1001110 | 100110 | 1011010 | 0 | 110011 | 1000101 | 10010010 | 1010001 | 10001 |
Color Harmonies of #084E26
Complementary color
Monochromatic Colors of #084E26
Black with #084E26
Text Example
Text Example
White with #084E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E26; }
p { color: rgb(8,78,38); }
H1.HeaderClassName
{
color: #084E26;
}
.AnyTagClassName
{
color: #084E26;
}
</style>
background-color css
<style>
a { background-color: #084E26; }
a { background-color: rgb(8,78,38); }
div.DivClassName
{
background-color: #084E26;
}
.BgClassName
{
background-color: #084E26;
}
</style>
border-color css
<style>
span { border-color: #084E26; }
span { border-color: rgb(8,78,38); }
td.TdClassName
{
border-color: #084E26;
}
.TagClassName
{
border-color: #084E26;
}
</style>