Shades of British Racing Green #084828
Tints of British Racing Green #084828
RGB
CMYK
RGB Variations
Color information
#084828 (or 0x084828) is known color: British Racing Green. HEX triplet: 08, 48 and 28. RGB value is (8,72,40). Sum of RGB (Red+Green+Blue) = 8+72+40=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #084828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084828 is #F7B7D7. Grayscale: #313131. Windows color (decimal): -16234456 or 2639880. OLE color: 2639880.
HSL color Cylindrical-coordinate representation of color #084828: hue angle of 150º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084828 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 72 | 40 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.72 |
| HSL | 150º | 0.8% | 0.16% | - |
| HSV(B) | 150º | 0.89% | 0.28% | - |
| XYZ | 2.8 | 4.84 | 2.79 | - |
| YUV | 49.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 40 | 0.89 | 0 | 0.44 | 0.72 | 150 | 0.8 | 0.16 |
| Hex | 8 | 48 | 28 | 59 | 0 | 2C | 48 | 96 | 50 | 10 |
| Octal | 10 | 110 | 50 | 131 | 0 | 54 | 110 | 226 | 120 | 20 |
| Binary | 1000 | 1001000 | 101000 | 1011001 | 0 | 101100 | 1001000 | 10010110 | 1010000 | 10000 |
Color Harmonies of #084828
Complementary color
Monochromatic Colors of #084828
Black with #084828
Text Example
Text Example
White with #084828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084828; }
p { color: rgb(8,72,40); }
H1.HeaderClassName
{
color: #084828;
}
.AnyTagClassName
{
color: #084828;
}
</style>
background-color css
<style>
a { background-color: #084828; }
a { background-color: rgb(8,72,40); }
div.DivClassName
{
background-color: #084828;
}
.BgClassName
{
background-color: #084828;
}
</style>
border-color css
<style>
span { border-color: #084828; }
span { border-color: rgb(8,72,40); }
td.TdClassName
{
border-color: #084828;
}
.TagClassName
{
border-color: #084828;
}
</style>