Shades of British Racing Green #084C2B
Tints of British Racing Green #084C2B
RGB
CMYK
RGB Variations
Color information
#084C2B (or 0x084C2B) is known color: British Racing Green. HEX triplet: 08, 4C and 2B. RGB value is (8,76,43). Sum of RGB (Red+Green+Blue) = 8+76+43=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #084C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C2B is #F7B3D4. Grayscale: #333333. Windows color (decimal): -16233429 or 2837512. OLE color: 2837512.
HSL color Cylindrical-coordinate representation of color #084C2B: hue angle of 150.88º 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 #084C2B is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 43 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.70 |
| HSL | 150.88º | 0.81% | 0.16% | - |
| HSV(B) | 150.88º | 0.89% | 0.3% | - |
| XYZ | 3.12 | 5.39 | 3.16 | - |
| YUV | 51.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 43 | 0.89 | 0 | 0.43 | 0.70 | 150.88 | 0.81 | 0.16 |
| Hex | 8 | 4C | 2B | 59 | 0 | 2B | 46 | 97 | 51 | 10 |
| Octal | 10 | 114 | 53 | 131 | 0 | 53 | 106 | 227 | 121 | 20 |
| Binary | 1000 | 1001100 | 101011 | 1011001 | 0 | 101011 | 1000110 | 10010111 | 1010001 | 10000 |
Color Harmonies of #084C2B
Complementary color
Monochromatic Colors of #084C2B
Black with #084C2B
Text Example
Text Example
White with #084C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C2B; }
p { color: rgb(8,76,43); }
H1.HeaderClassName
{
color: #084C2B;
}
.AnyTagClassName
{
color: #084C2B;
}
</style>
background-color css
<style>
a { background-color: #084C2B; }
a { background-color: rgb(8,76,43); }
div.DivClassName
{
background-color: #084C2B;
}
.BgClassName
{
background-color: #084C2B;
}
</style>
border-color css
<style>
span { border-color: #084C2B; }
span { border-color: rgb(8,76,43); }
td.TdClassName
{
border-color: #084C2B;
}
.TagClassName
{
border-color: #084C2B;
}
</style>