Shades of British Racing Green #084D2D
Tints of British Racing Green #084D2D
RGB
CMYK
RGB Variations
Color information
#084D2D (or 0x084D2D) is known color: British Racing Green. HEX triplet: 08, 4D and 2D. RGB value is (8,77,45). Sum of RGB (Red+Green+Blue) = 8+77+45=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #084D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D2D is #F7B2D2. Grayscale: #343434. Windows color (decimal): -16233171 or 2968840. OLE color: 2968840.
HSL color Cylindrical-coordinate representation of color #084D2D: hue angle of 152.17º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D2D is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 77 | 45 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.70 |
| HSL | 152.17º | 0.81% | 0.17% | - |
| HSV(B) | 152.17º | 0.9% | 0.3% | - |
| XYZ | 3.23 | 5.55 | 3.38 | - |
| YUV | 52.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 45 | 0.90 | 0 | 0.42 | 0.70 | 152.17 | 0.81 | 0.17 |
| Hex | 8 | 4D | 2D | 5A | 0 | 2A | 46 | 98 | 51 | 11 |
| Octal | 10 | 115 | 55 | 132 | 0 | 52 | 106 | 230 | 121 | 21 |
| Binary | 1000 | 1001101 | 101101 | 1011010 | 0 | 101010 | 1000110 | 10011000 | 1010001 | 10001 |
Color Harmonies of #084D2D
Complementary color
Monochromatic Colors of #084D2D
Black with #084D2D
Text Example
Text Example
White with #084D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D2D; }
p { color: rgb(8,77,45); }
H1.HeaderClassName
{
color: #084D2D;
}
.AnyTagClassName
{
color: #084D2D;
}
</style>
background-color css
<style>
a { background-color: #084D2D; }
a { background-color: rgb(8,77,45); }
div.DivClassName
{
background-color: #084D2D;
}
.BgClassName
{
background-color: #084D2D;
}
</style>
border-color css
<style>
span { border-color: #084D2D; }
span { border-color: rgb(8,77,45); }
td.TdClassName
{
border-color: #084D2D;
}
.TagClassName
{
border-color: #084D2D;
}
</style>