Shades of British Racing Green #084F2C
Tints of British Racing Green #084F2C
RGB
CMYK
RGB Variations
Color information
#084F2C (or 0x084F2C) is known color: British Racing Green. HEX triplet: 08, 4F and 2C. RGB value is (8,79,44). Sum of RGB (Red+Green+Blue) = 8+79+44=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 79 (31.25% from 255 or 60.31% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 79 - color contains mainly: green. Hex color #084F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F2C is #F7B0D3. Grayscale: #353535. Windows color (decimal): -16232660 or 2903816. OLE color: 2903816.
HSL color Cylindrical-coordinate representation of color #084F2C: hue angle of 150.42º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F2C is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 79 | 44 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.69 |
| HSL | 150.42º | 0.82% | 0.17% | - |
| HSV(B) | 150.42º | 0.9% | 0.31% | - |
| XYZ | 3.35 | 5.83 | 3.33 | - |
| YUV | 53.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 44 | 0.90 | 0 | 0.44 | 0.69 | 150.42 | 0.82 | 0.17 |
| Hex | 8 | 4F | 2C | 5A | 0 | 2C | 45 | 96 | 52 | 11 |
| Octal | 10 | 117 | 54 | 132 | 0 | 54 | 105 | 226 | 122 | 21 |
| Binary | 1000 | 1001111 | 101100 | 1011010 | 0 | 101100 | 1000101 | 10010110 | 1010010 | 10001 |
Color Harmonies of #084F2C
Complementary color
Monochromatic Colors of #084F2C
Black with #084F2C
Text Example
Text Example
White with #084F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F2C; }
p { color: rgb(8,79,44); }
H1.HeaderClassName
{
color: #084F2C;
}
.AnyTagClassName
{
color: #084F2C;
}
</style>
background-color css
<style>
a { background-color: #084F2C; }
a { background-color: rgb(8,79,44); }
div.DivClassName
{
background-color: #084F2C;
}
.BgClassName
{
background-color: #084F2C;
}
</style>
border-color css
<style>
span { border-color: #084F2C; }
span { border-color: rgb(8,79,44); }
td.TdClassName
{
border-color: #084F2C;
}
.TagClassName
{
border-color: #084F2C;
}
</style>