Shades of British Racing Green #084C30
Tints of British Racing Green #084C30
RGB
CMYK
RGB Variations
Color information
#084C30 (or 0x084C30) is known color: British Racing Green. HEX triplet: 08, 4C and 30. RGB value is (8,76,48). Sum of RGB (Red+Green+Blue) = 8+76+48=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #084C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C30 is #F7B3CF. Grayscale: #343434. Windows color (decimal): -16233424 or 3165192. OLE color: 3165192.
HSL color Cylindrical-coordinate representation of color #084C30: hue angle of 155.29º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C30 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 48 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.70 |
| HSL | 155.29º | 0.81% | 0.16% | - |
| HSV(B) | 155.29º | 0.89% | 0.3% | - |
| XYZ | 3.22 | 5.43 | 3.68 | - |
| YUV | 52.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 48 | 0.89 | 0 | 0.37 | 0.70 | 155.29 | 0.81 | 0.16 |
| Hex | 8 | 4C | 30 | 59 | 0 | 25 | 46 | 9B | 51 | 10 |
| Octal | 10 | 114 | 60 | 131 | 0 | 45 | 106 | 233 | 121 | 20 |
| Binary | 1000 | 1001100 | 110000 | 1011001 | 0 | 100101 | 1000110 | 10011011 | 1010001 | 10000 |
Color Harmonies of #084C30
Complementary color
Monochromatic Colors of #084C30
Black with #084C30
Text Example
Text Example
White with #084C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C30; }
p { color: rgb(8,76,48); }
H1.HeaderClassName
{
color: #084C30;
}
.AnyTagClassName
{
color: #084C30;
}
</style>
background-color css
<style>
a { background-color: #084C30; }
a { background-color: rgb(8,76,48); }
div.DivClassName
{
background-color: #084C30;
}
.BgClassName
{
background-color: #084C30;
}
</style>
border-color css
<style>
span { border-color: #084C30; }
span { border-color: rgb(8,76,48); }
td.TdClassName
{
border-color: #084C30;
}
.TagClassName
{
border-color: #084C30;
}
</style>