Shades of British Racing Green #084A2A
Tints of British Racing Green #084A2A
RGB
CMYK
RGB Variations
Color information
#084A2A (or 0x084A2A) is known color: British Racing Green. HEX triplet: 08, 4A and 2A. RGB value is (8,74,42). Sum of RGB (Red+Green+Blue) = 8+74+42=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 74 (29.30% from 255 or 59.68% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 74 - color contains mainly: green. Hex color #084A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A2A is #F7B5D5. Grayscale: #323232. Windows color (decimal): -16233942 or 2771464. OLE color: 2771464.
HSL color Cylindrical-coordinate representation of color #084A2A: hue angle of 150.91º 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 #084A2A is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 74 | 42 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.71 |
| HSL | 150.91º | 0.8% | 0.16% | - |
| HSV(B) | 150.91º | 0.89% | 0.29% | - |
| XYZ | 2.97 | 5.12 | 3.02 | - |
| YUV | 50.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 42 | 0.89 | 0 | 0.43 | 0.71 | 150.91 | 0.8 | 0.16 |
| Hex | 8 | 4A | 2A | 59 | 0 | 2B | 47 | 97 | 50 | 10 |
| Octal | 10 | 112 | 52 | 131 | 0 | 53 | 107 | 227 | 120 | 20 |
| Binary | 1000 | 1001010 | 101010 | 1011001 | 0 | 101011 | 1000111 | 10010111 | 1010000 | 10000 |
Color Harmonies of #084A2A
Complementary color
Monochromatic Colors of #084A2A
Black with #084A2A
Text Example
Text Example
White with #084A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A2A; }
p { color: rgb(8,74,42); }
H1.HeaderClassName
{
color: #084A2A;
}
.AnyTagClassName
{
color: #084A2A;
}
</style>
background-color css
<style>
a { background-color: #084A2A; }
a { background-color: rgb(8,74,42); }
div.DivClassName
{
background-color: #084A2A;
}
.BgClassName
{
background-color: #084A2A;
}
</style>
border-color css
<style>
span { border-color: #084A2A; }
span { border-color: rgb(8,74,42); }
td.TdClassName
{
border-color: #084A2A;
}
.TagClassName
{
border-color: #084A2A;
}
</style>