Shades of British Racing Green #084C2D
Tints of British Racing Green #084C2D
RGB
CMYK
RGB Variations
Color information
#084C2D (or 0x084C2D) is known color: British Racing Green. HEX triplet: 08, 4C and 2D. RGB value is (8,76,45). Sum of RGB (Red+Green+Blue) = 8+76+45=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #084C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C2D is #F7B3D2. Grayscale: #343434. Windows color (decimal): -16233427 or 2968584. OLE color: 2968584.
HSL color Cylindrical-coordinate representation of color #084C2D: hue angle of 152.65º 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 #084C2D is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 45 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.70 |
| HSL | 152.65º | 0.81% | 0.16% | - |
| HSV(B) | 152.65º | 0.89% | 0.3% | - |
| XYZ | 3.16 | 5.41 | 3.36 | - |
| YUV | 52.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 45 | 0.89 | 0 | 0.41 | 0.70 | 152.65 | 0.81 | 0.16 |
| Hex | 8 | 4C | 2D | 59 | 0 | 29 | 46 | 99 | 51 | 10 |
| Octal | 10 | 114 | 55 | 131 | 0 | 51 | 106 | 231 | 121 | 20 |
| Binary | 1000 | 1001100 | 101101 | 1011001 | 0 | 101001 | 1000110 | 10011001 | 1010001 | 10000 |
Color Harmonies of #084C2D
Complementary color
Monochromatic Colors of #084C2D
Black with #084C2D
Text Example
Text Example
White with #084C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C2D; }
p { color: rgb(8,76,45); }
H1.HeaderClassName
{
color: #084C2D;
}
.AnyTagClassName
{
color: #084C2D;
}
</style>
background-color css
<style>
a { background-color: #084C2D; }
a { background-color: rgb(8,76,45); }
div.DivClassName
{
background-color: #084C2D;
}
.BgClassName
{
background-color: #084C2D;
}
</style>
border-color css
<style>
span { border-color: #084C2D; }
span { border-color: rgb(8,76,45); }
td.TdClassName
{
border-color: #084C2D;
}
.TagClassName
{
border-color: #084C2D;
}
</style>