Shades of British Racing Green #084F2E
Tints of British Racing Green #084F2E
RGB
CMYK
RGB Variations
Color information
#084F2E (or 0x084F2E) is known color: British Racing Green. HEX triplet: 08, 4F and 2E. RGB value is (8,79,46). Sum of RGB (Red+Green+Blue) = 8+79+46=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #084F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F2E is #F7B0D1. Grayscale: #363636. Windows color (decimal): -16232658 or 3034888. OLE color: 3034888.
HSL color Cylindrical-coordinate representation of color #084F2E: hue angle of 152.11º degrees, saturation: 0.82, 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 #084F2E is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 79 | 46 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.69 |
| HSL | 152.11º | 0.82% | 0.17% | - |
| HSV(B) | 152.11º | 0.9% | 0.31% | - |
| XYZ | 3.39 | 5.84 | 3.53 | - |
| YUV | 54.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 46 | 0.90 | 0 | 0.42 | 0.69 | 152.11 | 0.82 | 0.17 |
| Hex | 8 | 4F | 2E | 5A | 0 | 2A | 45 | 98 | 52 | 11 |
| Octal | 10 | 117 | 56 | 132 | 0 | 52 | 105 | 230 | 122 | 21 |
| Binary | 1000 | 1001111 | 101110 | 1011010 | 0 | 101010 | 1000101 | 10011000 | 1010010 | 10001 |
Color Harmonies of #084F2E
Complementary color
Monochromatic Colors of #084F2E
Black with #084F2E
Text Example
Text Example
White with #084F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F2E; }
p { color: rgb(8,79,46); }
H1.HeaderClassName
{
color: #084F2E;
}
.AnyTagClassName
{
color: #084F2E;
}
</style>
background-color css
<style>
a { background-color: #084F2E; }
a { background-color: rgb(8,79,46); }
div.DivClassName
{
background-color: #084F2E;
}
.BgClassName
{
background-color: #084F2E;
}
</style>
border-color css
<style>
span { border-color: #084F2E; }
span { border-color: rgb(8,79,46); }
td.TdClassName
{
border-color: #084F2E;
}
.TagClassName
{
border-color: #084F2E;
}
</style>