Shades of British Racing Green #084B28
Tints of British Racing Green #084B28
RGB
CMYK
RGB Variations
Color information
#084B28 (or 0x084B28) is known color: British Racing Green. HEX triplet: 08, 4B and 28. RGB value is (8,75,40). Sum of RGB (Red+Green+Blue) = 8+75+40=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #084B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B28 is #F7B4D7. Grayscale: #333333. Windows color (decimal): -16233688 or 2640648. OLE color: 2640648.
HSL color Cylindrical-coordinate representation of color #084B28: hue angle of 148.66º degrees, saturation: 0.81, 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 #084B28 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 75 | 40 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.71 |
| HSL | 148.66º | 0.81% | 0.16% | - |
| HSV(B) | 148.66º | 0.89% | 0.29% | - |
| XYZ | 3 | 5.24 | 2.86 | - |
| YUV | 50.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 40 | 0.89 | 0 | 0.47 | 0.71 | 148.66 | 0.81 | 0.16 |
| Hex | 8 | 4B | 28 | 59 | 0 | 2F | 47 | 95 | 51 | 10 |
| Octal | 10 | 113 | 50 | 131 | 0 | 57 | 107 | 225 | 121 | 20 |
| Binary | 1000 | 1001011 | 101000 | 1011001 | 0 | 101111 | 1000111 | 10010101 | 1010001 | 10000 |
Color Harmonies of #084B28
Complementary color
Monochromatic Colors of #084B28
Black with #084B28
Text Example
Text Example
White with #084B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B28; }
p { color: rgb(8,75,40); }
H1.HeaderClassName
{
color: #084B28;
}
.AnyTagClassName
{
color: #084B28;
}
</style>
background-color css
<style>
a { background-color: #084B28; }
a { background-color: rgb(8,75,40); }
div.DivClassName
{
background-color: #084B28;
}
.BgClassName
{
background-color: #084B28;
}
</style>
border-color css
<style>
span { border-color: #084B28; }
span { border-color: rgb(8,75,40); }
td.TdClassName
{
border-color: #084B28;
}
.TagClassName
{
border-color: #084B28;
}
</style>