Shades of British Racing Green #08492D
Tints of British Racing Green #08492D
RGB
CMYK
RGB Variations
Color information
#08492D (or 0x08492D) is known color: British Racing Green. HEX triplet: 08, 49 and 2D. RGB value is (8,73,45). Sum of RGB (Red+Green+Blue) = 8+73+45=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #08492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08492D is #F7B6D2. Grayscale: #323232. Windows color (decimal): -16234195 or 2967816. OLE color: 2967816.
HSL color Cylindrical-coordinate representation of color #08492D: hue angle of 154.15º 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 #08492D is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 45 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.71 |
| HSL | 154.15º | 0.8% | 0.16% | - |
| HSV(B) | 154.15º | 0.89% | 0.29% | - |
| XYZ | 2.96 | 5.01 | 3.29 | - |
| YUV | 50.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 45 | 0.89 | 0 | 0.38 | 0.71 | 154.15 | 0.8 | 0.16 |
| Hex | 8 | 49 | 2D | 59 | 0 | 26 | 47 | 9A | 50 | 10 |
| Octal | 10 | 111 | 55 | 131 | 0 | 46 | 107 | 232 | 120 | 20 |
| Binary | 1000 | 1001001 | 101101 | 1011001 | 0 | 100110 | 1000111 | 10011010 | 1010000 | 10000 |
Color Harmonies of #08492D
Complementary color
Monochromatic Colors of #08492D
Black with #08492D
Text Example
Text Example
White with #08492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08492D; }
p { color: rgb(8,73,45); }
H1.HeaderClassName
{
color: #08492D;
}
.AnyTagClassName
{
color: #08492D;
}
</style>
background-color css
<style>
a { background-color: #08492D; }
a { background-color: rgb(8,73,45); }
div.DivClassName
{
background-color: #08492D;
}
.BgClassName
{
background-color: #08492D;
}
</style>
border-color css
<style>
span { border-color: #08492D; }
span { border-color: rgb(8,73,45); }
td.TdClassName
{
border-color: #08492D;
}
.TagClassName
{
border-color: #08492D;
}
</style>