Shades of British Racing Green #084D1D
Tints of British Racing Green #084D1D
RGB
CMYK
RGB Variations
Color information
#084D1D (or 0x084D1D) is known color: British Racing Green. HEX triplet: 08, 4D and 1D. RGB value is (8,77,29). Sum of RGB (Red+Green+Blue) = 8+77+29=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 77 (30.47% from 255 or 67.54% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 77 - color contains mainly: green. Hex color #084D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D1D is #F7B2E2. Grayscale: #333333. Windows color (decimal): -16233187 or 1920264. OLE color: 1920264.
HSL color Cylindrical-coordinate representation of color #084D1D: hue angle of 138.26º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D1D is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
RGB | 8 | 77 | 29 | - |
CMYK | 0.90 | 0 | 0.62 | 0.70 |
HSL | 138.26º | 0.81% | 0.17% | - |
HSV(B) | 138.26º | 0.9% | 0.3% | - |
XYZ | 2.98 | 5.45 | 2.06 | - |
YUV | 50.9 | 115.64 | 97.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 77 | 29 | 0.90 | 0 | 0.62 | 0.70 | 138.26 | 0.81 | 0.17 |
Hex | 8 | 4D | 1D | 5A | 0 | 3E | 46 | 8A | 51 | 11 |
Octal | 10 | 115 | 35 | 132 | 0 | 76 | 106 | 212 | 121 | 21 |
Binary | 1000 | 1001101 | 11101 | 1011010 | 0 | 111110 | 1000110 | 10001010 | 1010001 | 10001 |
Color Harmonies of #084D1D
Complementary color
Monochromatic Colors of #084D1D
Black with #084D1D
Text Example
Text Example
White with #084D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D1D; }
p { color: rgb(8,77,29); }
H1.HeaderClassName
{
color: #084D1D;
}
.AnyTagClassName
{
color: #084D1D;
}
</style>
background-color css
<style>
a { background-color: #084D1D; }
a { background-color: rgb(8,77,29); }
div.DivClassName
{
background-color: #084D1D;
}
.BgClassName
{
background-color: #084D1D;
}
</style>
border-color css
<style>
span { border-color: #084D1D; }
span { border-color: rgb(8,77,29); }
td.TdClassName
{
border-color: #084D1D;
}
.TagClassName
{
border-color: #084D1D;
}
</style>