Shades of British Racing Green #084A1E
Tints of British Racing Green #084A1E
RGB
CMYK
RGB Variations
Color information
#084A1E (or 0x084A1E) is known color: British Racing Green. HEX triplet: 08, 4A and 1E. RGB value is (8,74,30). Sum of RGB (Red+Green+Blue) = 8+74+30=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 74 (29.30% from 255 or 66.07% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 74 - color contains mainly: green. Hex color #084A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A1E is #F7B5E1. Grayscale: #313131. Windows color (decimal): -16233954 or 1985032. OLE color: 1985032.
HSL color Cylindrical-coordinate representation of color #084A1E: hue angle of 140º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A1E is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 74 | 30 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.71 |
| HSL | 140º | 0.8% | 0.16% | - |
| HSV(B) | 140º | 0.89% | 0.29% | - |
| XYZ | 2.78 | 5.04 | 2.05 | - |
| YUV | 49.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 30 | 0.89 | 0 | 0.59 | 0.71 | 140 | 0.8 | 0.16 |
| Hex | 8 | 4A | 1E | 59 | 0 | 3B | 47 | 8C | 50 | 10 |
| Octal | 10 | 112 | 36 | 131 | 0 | 73 | 107 | 214 | 120 | 20 |
| Binary | 1000 | 1001010 | 11110 | 1011001 | 0 | 111011 | 1000111 | 10001100 | 1010000 | 10000 |
Color Harmonies of #084A1E
Complementary color
Monochromatic Colors of #084A1E
Black with #084A1E
Text Example
Text Example
White with #084A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A1E; }
p { color: rgb(8,74,30); }
H1.HeaderClassName
{
color: #084A1E;
}
.AnyTagClassName
{
color: #084A1E;
}
</style>
background-color css
<style>
a { background-color: #084A1E; }
a { background-color: rgb(8,74,30); }
div.DivClassName
{
background-color: #084A1E;
}
.BgClassName
{
background-color: #084A1E;
}
</style>
border-color css
<style>
span { border-color: #084A1E; }
span { border-color: rgb(8,74,30); }
td.TdClassName
{
border-color: #084A1E;
}
.TagClassName
{
border-color: #084A1E;
}
</style>