Shades of British Racing Green #084B2D
Tints of British Racing Green #084B2D
RGB
CMYK
RGB Variations
Color information
#084B2D (or 0x084B2D) is known color: British Racing Green. HEX triplet: 08, 4B and 2D. RGB value is (8,75,45). Sum of RGB (Red+Green+Blue) = 8+75+45=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 75 (29.69% from 255 or 58.59% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 75 - color contains mainly: green. Hex color #084B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B2D is #F7B4D2. Grayscale: #333333. Windows color (decimal): -16233683 or 2968328. OLE color: 2968328.
HSL color Cylindrical-coordinate representation of color #084B2D: hue angle of 153.13º 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 #084B2D is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 75 | 45 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.71 |
| HSL | 153.13º | 0.81% | 0.16% | - |
| HSV(B) | 153.13º | 0.89% | 0.29% | - |
| XYZ | 3.09 | 5.27 | 3.34 | - |
| YUV | 51.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 45 | 0.89 | 0 | 0.40 | 0.71 | 153.13 | 0.81 | 0.16 |
| Hex | 8 | 4B | 2D | 59 | 0 | 28 | 47 | 99 | 51 | 10 |
| Octal | 10 | 113 | 55 | 131 | 0 | 50 | 107 | 231 | 121 | 20 |
| Binary | 1000 | 1001011 | 101101 | 1011001 | 0 | 101000 | 1000111 | 10011001 | 1010001 | 10000 |
Color Harmonies of #084B2D
Complementary color
Monochromatic Colors of #084B2D
Black with #084B2D
Text Example
Text Example
White with #084B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B2D; }
p { color: rgb(8,75,45); }
H1.HeaderClassName
{
color: #084B2D;
}
.AnyTagClassName
{
color: #084B2D;
}
</style>
background-color css
<style>
a { background-color: #084B2D; }
a { background-color: rgb(8,75,45); }
div.DivClassName
{
background-color: #084B2D;
}
.BgClassName
{
background-color: #084B2D;
}
</style>
border-color css
<style>
span { border-color: #084B2D; }
span { border-color: rgb(8,75,45); }
td.TdClassName
{
border-color: #084B2D;
}
.TagClassName
{
border-color: #084B2D;
}
</style>