Shades of British Racing Green #084122
Tints of British Racing Green #084122
RGB
CMYK
RGB Variations
Color information
#084122 (or 0x084122) is known color: British Racing Green. HEX triplet: 08, 41 and 22. RGB value is (8,65,34). Sum of RGB (Red+Green+Blue) = 8+65+34=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #084122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084122 is #F7BEDD. Grayscale: #2C2C2C. Windows color (decimal): -16236254 or 2244872. OLE color: 2244872.
HSL color Cylindrical-coordinate representation of color #084122: hue angle of 147.37º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084122 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 65 | 34 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.75 |
| HSL | 147.37º | 0.78% | 0.14% | - |
| HSV(B) | 147.37º | 0.88% | 0.25% | - |
| XYZ | 2.28 | 3.95 | 2.16 | - |
| YUV | 44.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 34 | 0.88 | 0 | 0.48 | 0.75 | 147.37 | 0.78 | 0.14 |
| Hex | 8 | 41 | 22 | 58 | 0 | 30 | 4B | 93 | 4E | E |
| Octal | 10 | 101 | 42 | 130 | 0 | 60 | 113 | 223 | 116 | 16 |
| Binary | 1000 | 1000001 | 100010 | 1011000 | 0 | 110000 | 1001011 | 10010011 | 1001110 | 1110 |
Color Harmonies of #084122
Complementary color
Monochromatic Colors of #084122
Black with #084122
Text Example
Text Example
White with #084122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084122; }
p { color: rgb(8,65,34); }
H1.HeaderClassName
{
color: #084122;
}
.AnyTagClassName
{
color: #084122;
}
</style>
background-color css
<style>
a { background-color: #084122; }
a { background-color: rgb(8,65,34); }
div.DivClassName
{
background-color: #084122;
}
.BgClassName
{
background-color: #084122;
}
</style>
border-color css
<style>
span { border-color: #084122; }
span { border-color: rgb(8,65,34); }
td.TdClassName
{
border-color: #084122;
}
.TagClassName
{
border-color: #084122;
}
</style>