Shades of British Racing Green #084A25
Tints of British Racing Green #084A25
RGB
CMYK
RGB Variations
Color information
#084A25 (or 0x084A25) is known color: British Racing Green. HEX triplet: 08, 4A and 25. RGB value is (8,74,37). Sum of RGB (Red+Green+Blue) = 8+74+37=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 74 (29.30% from 255 or 62.18% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 74 - color contains mainly: green. Hex color #084A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A25 is #F7B5DA. Grayscale: #323232. Windows color (decimal): -16233947 or 2443784. OLE color: 2443784.
HSL color Cylindrical-coordinate representation of color #084A25: hue angle of 146.36º 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 #084A25 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 74 | 37 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.71 |
| HSL | 146.36º | 0.8% | 0.16% | - |
| HSV(B) | 146.36º | 0.89% | 0.29% | - |
| XYZ | 2.88 | 5.08 | 2.58 | - |
| YUV | 50.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 37 | 0.89 | 0 | 0.50 | 0.71 | 146.36 | 0.8 | 0.16 |
| Hex | 8 | 4A | 25 | 59 | 0 | 32 | 47 | 92 | 50 | 10 |
| Octal | 10 | 112 | 45 | 131 | 0 | 62 | 107 | 222 | 120 | 20 |
| Binary | 1000 | 1001010 | 100101 | 1011001 | 0 | 110010 | 1000111 | 10010010 | 1010000 | 10000 |
Color Harmonies of #084A25
Complementary color
Monochromatic Colors of #084A25
Black with #084A25
Text Example
Text Example
White with #084A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A25; }
p { color: rgb(8,74,37); }
H1.HeaderClassName
{
color: #084A25;
}
.AnyTagClassName
{
color: #084A25;
}
</style>
background-color css
<style>
a { background-color: #084A25; }
a { background-color: rgb(8,74,37); }
div.DivClassName
{
background-color: #084A25;
}
.BgClassName
{
background-color: #084A25;
}
</style>
border-color css
<style>
span { border-color: #084A25; }
span { border-color: rgb(8,74,37); }
td.TdClassName
{
border-color: #084A25;
}
.TagClassName
{
border-color: #084A25;
}
</style>