Shades of British Racing Green #084C1D
Tints of British Racing Green #084C1D
RGB
CMYK
RGB Variations
Color information
#084C1D (or 0x084C1D) is known color: British Racing Green. HEX triplet: 08, 4C and 1D. RGB value is (8,76,29). Sum of RGB (Red+Green+Blue) = 8+76+29=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #084C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C1D is #F7B3E2. Grayscale: #323232. Windows color (decimal): -16233443 or 1920008. OLE color: 1920008.
HSL color Cylindrical-coordinate representation of color #084C1D: hue angle of 138.53º 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 #084C1D is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 29 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.70 |
| HSL | 138.53º | 0.81% | 0.16% | - |
| HSV(B) | 138.53º | 0.89% | 0.3% | - |
| XYZ | 2.91 | 5.31 | 2.03 | - |
| YUV | 50.31 | 115.97 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 29 | 0.89 | 0 | 0.62 | 0.70 | 138.53 | 0.81 | 0.16 |
| Hex | 8 | 4C | 1D | 59 | 0 | 3E | 46 | 8B | 51 | 10 |
| Octal | 10 | 114 | 35 | 131 | 0 | 76 | 106 | 213 | 121 | 20 |
| Binary | 1000 | 1001100 | 11101 | 1011001 | 0 | 111110 | 1000110 | 10001011 | 1010001 | 10000 |
Color Harmonies of #084C1D
Complementary color
Monochromatic Colors of #084C1D
Black with #084C1D
Text Example
Text Example
White with #084C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C1D; }
p { color: rgb(8,76,29); }
H1.HeaderClassName
{
color: #084C1D;
}
.AnyTagClassName
{
color: #084C1D;
}
</style>
background-color css
<style>
a { background-color: #084C1D; }
a { background-color: rgb(8,76,29); }
div.DivClassName
{
background-color: #084C1D;
}
.BgClassName
{
background-color: #084C1D;
}
</style>
border-color css
<style>
span { border-color: #084C1D; }
span { border-color: rgb(8,76,29); }
td.TdClassName
{
border-color: #084C1D;
}
.TagClassName
{
border-color: #084C1D;
}
</style>