Shades of British Racing Green #08492E
Tints of British Racing Green #08492E
RGB
CMYK
RGB Variations
Color information
#08492E (or 0x08492E) is known color: British Racing Green. HEX triplet: 08, 49 and 2E. RGB value is (8,73,46). Sum of RGB (Red+Green+Blue) = 8+73+46=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #08492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08492E is #F7B6D1. Grayscale: #323232. Windows color (decimal): -16234194 or 3033352. OLE color: 3033352.
HSL color Cylindrical-coordinate representation of color #08492E: hue angle of 155.08º 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 #08492E is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 46 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.71 |
| HSL | 155.08º | 0.8% | 0.16% | - |
| HSV(B) | 155.08º | 0.89% | 0.29% | - |
| XYZ | 2.98 | 5.01 | 3.4 | - |
| YUV | 50.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 46 | 0.89 | 0 | 0.37 | 0.71 | 155.08 | 0.8 | 0.16 |
| Hex | 8 | 49 | 2E | 59 | 0 | 25 | 47 | 9B | 50 | 10 |
| Octal | 10 | 111 | 56 | 131 | 0 | 45 | 107 | 233 | 120 | 20 |
| Binary | 1000 | 1001001 | 101110 | 1011001 | 0 | 100101 | 1000111 | 10011011 | 1010000 | 10000 |
Color Harmonies of #08492E
Complementary color
Monochromatic Colors of #08492E
Black with #08492E
Text Example
Text Example
White with #08492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08492E; }
p { color: rgb(8,73,46); }
H1.HeaderClassName
{
color: #08492E;
}
.AnyTagClassName
{
color: #08492E;
}
</style>
background-color css
<style>
a { background-color: #08492E; }
a { background-color: rgb(8,73,46); }
div.DivClassName
{
background-color: #08492E;
}
.BgClassName
{
background-color: #08492E;
}
</style>
border-color css
<style>
span { border-color: #08492E; }
span { border-color: rgb(8,73,46); }
td.TdClassName
{
border-color: #08492E;
}
.TagClassName
{
border-color: #08492E;
}
</style>