Shades of British Racing Green #084C29
Tints of British Racing Green #084C29
RGB
CMYK
RGB Variations
Color information
#084C29 (or 0x084C29) is known color: British Racing Green. HEX triplet: 08, 4C and 29. RGB value is (8,76,41). Sum of RGB (Red+Green+Blue) = 8+76+41=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #084C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C29 is #F7B3D6. Grayscale: #333333. Windows color (decimal): -16233431 or 2706440. OLE color: 2706440.
HSL color Cylindrical-coordinate representation of color #084C29: hue angle of 149.12º 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 #084C29 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 41 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.70 |
| HSL | 149.12º | 0.81% | 0.16% | - |
| HSV(B) | 149.12º | 0.89% | 0.3% | - |
| XYZ | 3.08 | 5.38 | 2.97 | - |
| YUV | 51.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 41 | 0.89 | 0 | 0.46 | 0.70 | 149.12 | 0.81 | 0.16 |
| Hex | 8 | 4C | 29 | 59 | 0 | 2E | 46 | 95 | 51 | 10 |
| Octal | 10 | 114 | 51 | 131 | 0 | 56 | 106 | 225 | 121 | 20 |
| Binary | 1000 | 1001100 | 101001 | 1011001 | 0 | 101110 | 1000110 | 10010101 | 1010001 | 10000 |
Color Harmonies of #084C29
Complementary color
Monochromatic Colors of #084C29
Black with #084C29
Text Example
Text Example
White with #084C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C29; }
p { color: rgb(8,76,41); }
H1.HeaderClassName
{
color: #084C29;
}
.AnyTagClassName
{
color: #084C29;
}
</style>
background-color css
<style>
a { background-color: #084C29; }
a { background-color: rgb(8,76,41); }
div.DivClassName
{
background-color: #084C29;
}
.BgClassName
{
background-color: #084C29;
}
</style>
border-color css
<style>
span { border-color: #084C29; }
span { border-color: rgb(8,76,41); }
td.TdClassName
{
border-color: #084C29;
}
.TagClassName
{
border-color: #084C29;
}
</style>