Shades of British Racing Green #084F2D
Tints of British Racing Green #084F2D
RGB
CMYK
RGB Variations
Color information
#084F2D (or 0x084F2D) is known color: British Racing Green. HEX triplet: 08, 4F and 2D. RGB value is (8,79,45). Sum of RGB (Red+Green+Blue) = 8+79+45=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 79 (31.25% from 255 or 59.85% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 79 - color contains mainly: green. Hex color #084F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F2D is #F7B0D2. Grayscale: #353535. Windows color (decimal): -16232659 or 2969352. OLE color: 2969352.
HSL color Cylindrical-coordinate representation of color #084F2D: hue angle of 151.27º 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 #084F2D is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 79 | 45 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.69 |
| HSL | 151.27º | 0.82% | 0.17% | - |
| HSV(B) | 151.27º | 0.9% | 0.31% | - |
| XYZ | 3.37 | 5.83 | 3.43 | - |
| YUV | 53.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 45 | 0.90 | 0 | 0.43 | 0.69 | 151.27 | 0.82 | 0.17 |
| Hex | 8 | 4F | 2D | 5A | 0 | 2B | 45 | 97 | 52 | 11 |
| Octal | 10 | 117 | 55 | 132 | 0 | 53 | 105 | 227 | 122 | 21 |
| Binary | 1000 | 1001111 | 101101 | 1011010 | 0 | 101011 | 1000101 | 10010111 | 1010010 | 10001 |
Color Harmonies of #084F2D
Complementary color
Monochromatic Colors of #084F2D
Black with #084F2D
Text Example
Text Example
White with #084F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F2D; }
p { color: rgb(8,79,45); }
H1.HeaderClassName
{
color: #084F2D;
}
.AnyTagClassName
{
color: #084F2D;
}
</style>
background-color css
<style>
a { background-color: #084F2D; }
a { background-color: rgb(8,79,45); }
div.DivClassName
{
background-color: #084F2D;
}
.BgClassName
{
background-color: #084F2D;
}
</style>
border-color css
<style>
span { border-color: #084F2D; }
span { border-color: rgb(8,79,45); }
td.TdClassName
{
border-color: #084F2D;
}
.TagClassName
{
border-color: #084F2D;
}
</style>