Shades of British Racing Green #084A32
Tints of British Racing Green #084A32
RGB
CMYK
RGB Variations
Color information
#084A32 (or 0x084A32) is known color: British Racing Green. HEX triplet: 08, 4A and 32. RGB value is (8,74,50). Sum of RGB (Red+Green+Blue) = 8+74+50=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 74 (29.30% from 255 or 56.06% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 74 - color contains mainly: green. Hex color #084A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A32 is #F7B5CD. Grayscale: #333333. Windows color (decimal): -16233934 or 3295752. OLE color: 3295752.
HSL color Cylindrical-coordinate representation of color #084A32: hue angle of 158.18º 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 #084A32 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 74 | 50 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.71 |
| HSL | 158.18º | 0.8% | 0.16% | - |
| HSV(B) | 158.18º | 0.89% | 0.29% | - |
| XYZ | 3.12 | 5.18 | 3.85 | - |
| YUV | 51.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 50 | 0.89 | 0 | 0.32 | 0.71 | 158.18 | 0.8 | 0.16 |
| Hex | 8 | 4A | 32 | 59 | 0 | 20 | 47 | 9E | 50 | 10 |
| Octal | 10 | 112 | 62 | 131 | 0 | 40 | 107 | 236 | 120 | 20 |
| Binary | 1000 | 1001010 | 110010 | 1011001 | 0 | 100000 | 1000111 | 10011110 | 1010000 | 10000 |
Color Harmonies of #084A32
Complementary color
Monochromatic Colors of #084A32
Black with #084A32
Text Example
Text Example
White with #084A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A32; }
p { color: rgb(8,74,50); }
H1.HeaderClassName
{
color: #084A32;
}
.AnyTagClassName
{
color: #084A32;
}
</style>
background-color css
<style>
a { background-color: #084A32; }
a { background-color: rgb(8,74,50); }
div.DivClassName
{
background-color: #084A32;
}
.BgClassName
{
background-color: #084A32;
}
</style>
border-color css
<style>
span { border-color: #084A32; }
span { border-color: rgb(8,74,50); }
td.TdClassName
{
border-color: #084A32;
}
.TagClassName
{
border-color: #084A32;
}
</style>