Shades of British Racing Green #084921
Tints of British Racing Green #084921
RGB
CMYK
RGB Variations
Color information
#084921 (or 0x084921) is known color: British Racing Green. HEX triplet: 08, 49 and 21. RGB value is (8,73,33). Sum of RGB (Red+Green+Blue) = 8+73+33=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #084921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084921 is #F7B6DE. Grayscale: #313131. Windows color (decimal): -16234207 or 2181384. OLE color: 2181384.
HSL color Cylindrical-coordinate representation of color #084921: hue angle of 143.08º 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 #084921 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 33 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.71 |
| HSL | 143.08º | 0.8% | 0.16% | - |
| HSV(B) | 143.08º | 0.89% | 0.29% | - |
| XYZ | 2.76 | 4.93 | 2.24 | - |
| YUV | 49.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 33 | 0.89 | 0 | 0.55 | 0.71 | 143.08 | 0.8 | 0.16 |
| Hex | 8 | 49 | 21 | 59 | 0 | 37 | 47 | 8F | 50 | 10 |
| Octal | 10 | 111 | 41 | 131 | 0 | 67 | 107 | 217 | 120 | 20 |
| Binary | 1000 | 1001001 | 100001 | 1011001 | 0 | 110111 | 1000111 | 10001111 | 1010000 | 10000 |
Color Harmonies of #084921
Complementary color
Monochromatic Colors of #084921
Black with #084921
Text Example
Text Example
White with #084921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084921; }
p { color: rgb(8,73,33); }
H1.HeaderClassName
{
color: #084921;
}
.AnyTagClassName
{
color: #084921;
}
</style>
background-color css
<style>
a { background-color: #084921; }
a { background-color: rgb(8,73,33); }
div.DivClassName
{
background-color: #084921;
}
.BgClassName
{
background-color: #084921;
}
</style>
border-color css
<style>
span { border-color: #084921; }
span { border-color: rgb(8,73,33); }
td.TdClassName
{
border-color: #084921;
}
.TagClassName
{
border-color: #084921;
}
</style>