Shades of British Racing Green #084220
Tints of British Racing Green #084220
RGB
CMYK
RGB Variations
Color information
#084220 (or 0x084220) is known color: British Racing Green. HEX triplet: 08, 42 and 20. RGB value is (8,66,32). Sum of RGB (Red+Green+Blue) = 8+66+32=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #084220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084220 is #F7BDDF. Grayscale: #2C2C2C. Windows color (decimal): -16236000 or 2114056. OLE color: 2114056.
HSL color Cylindrical-coordinate representation of color #084220: hue angle of 144.83º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084220 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 66 | 32 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.74 |
| HSL | 144.83º | 0.78% | 0.15% | - |
| HSV(B) | 144.83º | 0.88% | 0.26% | - |
| XYZ | 2.31 | 4.05 | 2.03 | - |
| YUV | 44.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 32 | 0.88 | 0 | 0.52 | 0.74 | 144.83 | 0.78 | 0.15 |
| Hex | 8 | 42 | 20 | 58 | 0 | 34 | 4A | 91 | 4E | F |
| Octal | 10 | 102 | 40 | 130 | 0 | 64 | 112 | 221 | 116 | 17 |
| Binary | 1000 | 1000010 | 100000 | 1011000 | 0 | 110100 | 1001010 | 10010001 | 1001110 | 1111 |
Color Harmonies of #084220
Complementary color
Monochromatic Colors of #084220
Black with #084220
Text Example
Text Example
White with #084220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084220; }
p { color: rgb(8,66,32); }
H1.HeaderClassName
{
color: #084220;
}
.AnyTagClassName
{
color: #084220;
}
</style>
background-color css
<style>
a { background-color: #084220; }
a { background-color: rgb(8,66,32); }
div.DivClassName
{
background-color: #084220;
}
.BgClassName
{
background-color: #084220;
}
</style>
border-color css
<style>
span { border-color: #084220; }
span { border-color: rgb(8,66,32); }
td.TdClassName
{
border-color: #084220;
}
.TagClassName
{
border-color: #084220;
}
</style>