Shades of British Racing Green #084C2E
Tints of British Racing Green #084C2E
RGB
CMYK
RGB Variations
Color information
#084C2E (or 0x084C2E) is known color: British Racing Green. HEX triplet: 08, 4C and 2E. RGB value is (8,76,46). Sum of RGB (Red+Green+Blue) = 8+76+46=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #084C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C2E is #F7B3D1. Grayscale: #343434. Windows color (decimal): -16233426 or 3034120. OLE color: 3034120.
HSL color Cylindrical-coordinate representation of color #084C2E: hue angle of 153.53º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C2E is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 46 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.70 |
| HSL | 153.53º | 0.81% | 0.16% | - |
| HSV(B) | 153.53º | 0.89% | 0.3% | - |
| XYZ | 3.18 | 5.42 | 3.46 | - |
| YUV | 52.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 46 | 0.89 | 0 | 0.39 | 0.70 | 153.53 | 0.81 | 0.16 |
| Hex | 8 | 4C | 2E | 59 | 0 | 27 | 46 | 9A | 51 | 10 |
| Octal | 10 | 114 | 56 | 131 | 0 | 47 | 106 | 232 | 121 | 20 |
| Binary | 1000 | 1001100 | 101110 | 1011001 | 0 | 100111 | 1000110 | 10011010 | 1010001 | 10000 |
Color Harmonies of #084C2E
Complementary color
Monochromatic Colors of #084C2E
Black with #084C2E
Text Example
Text Example
White with #084C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C2E; }
p { color: rgb(8,76,46); }
H1.HeaderClassName
{
color: #084C2E;
}
.AnyTagClassName
{
color: #084C2E;
}
</style>
background-color css
<style>
a { background-color: #084C2E; }
a { background-color: rgb(8,76,46); }
div.DivClassName
{
background-color: #084C2E;
}
.BgClassName
{
background-color: #084C2E;
}
</style>
border-color css
<style>
span { border-color: #084C2E; }
span { border-color: rgb(8,76,46); }
td.TdClassName
{
border-color: #084C2E;
}
.TagClassName
{
border-color: #084C2E;
}
</style>