Shades of British Racing Green #084A20
Tints of British Racing Green #084A20
RGB
CMYK
RGB Variations
Color information
#084A20 (or 0x084A20) is known color: British Racing Green. HEX triplet: 08, 4A and 20. RGB value is (8,74,32). Sum of RGB (Red+Green+Blue) = 8+74+32=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 74 (29.30% from 255 or 64.91% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 74 - color contains mainly: green. Hex color #084A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A20 is #F7B5DF. Grayscale: #313131. Windows color (decimal): -16233952 or 2116104. OLE color: 2116104.
HSL color Cylindrical-coordinate representation of color #084A20: hue angle of 141.82º 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 #084A20 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 74 | 32 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.71 |
| HSL | 141.82º | 0.8% | 0.16% | - |
| HSV(B) | 141.82º | 0.89% | 0.29% | - |
| XYZ | 2.81 | 5.05 | 2.19 | - |
| YUV | 49.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 32 | 0.89 | 0 | 0.57 | 0.71 | 141.82 | 0.8 | 0.16 |
| Hex | 8 | 4A | 20 | 59 | 0 | 39 | 47 | 8E | 50 | 10 |
| Octal | 10 | 112 | 40 | 131 | 0 | 71 | 107 | 216 | 120 | 20 |
| Binary | 1000 | 1001010 | 100000 | 1011001 | 0 | 111001 | 1000111 | 10001110 | 1010000 | 10000 |
Color Harmonies of #084A20
Complementary color
Monochromatic Colors of #084A20
Black with #084A20
Text Example
Text Example
White with #084A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A20; }
p { color: rgb(8,74,32); }
H1.HeaderClassName
{
color: #084A20;
}
.AnyTagClassName
{
color: #084A20;
}
</style>
background-color css
<style>
a { background-color: #084A20; }
a { background-color: rgb(8,74,32); }
div.DivClassName
{
background-color: #084A20;
}
.BgClassName
{
background-color: #084A20;
}
</style>
border-color css
<style>
span { border-color: #084A20; }
span { border-color: rgb(8,74,32); }
td.TdClassName
{
border-color: #084A20;
}
.TagClassName
{
border-color: #084A20;
}
</style>