Shades of British Racing Green #08482D
Tints of British Racing Green #08482D
RGB
CMYK
RGB Variations
Color information
#08482D (or 0x08482D) is known color: British Racing Green. HEX triplet: 08, 48 and 2D. RGB value is (8,72,45). Sum of RGB (Red+Green+Blue) = 8+72+45=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #08482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08482D is #F7B7D2. Grayscale: #313131. Windows color (decimal): -16234451 or 2967560. OLE color: 2967560.
HSL color Cylindrical-coordinate representation of color #08482D: hue angle of 154.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08482D is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 72 | 45 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.72 |
| HSL | 154.69º | 0.8% | 0.16% | - |
| HSV(B) | 154.69º | 0.89% | 0.28% | - |
| XYZ | 2.89 | 4.88 | 3.27 | - |
| YUV | 49.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 45 | 0.89 | 0 | 0.38 | 0.72 | 154.69 | 0.8 | 0.16 |
| Hex | 8 | 48 | 2D | 59 | 0 | 26 | 48 | 9B | 50 | 10 |
| Octal | 10 | 110 | 55 | 131 | 0 | 46 | 110 | 233 | 120 | 20 |
| Binary | 1000 | 1001000 | 101101 | 1011001 | 0 | 100110 | 1001000 | 10011011 | 1010000 | 10000 |
Color Harmonies of #08482D
Complementary color
Monochromatic Colors of #08482D
Black with #08482D
Text Example
Text Example
White with #08482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08482D; }
p { color: rgb(8,72,45); }
H1.HeaderClassName
{
color: #08482D;
}
.AnyTagClassName
{
color: #08482D;
}
</style>
background-color css
<style>
a { background-color: #08482D; }
a { background-color: rgb(8,72,45); }
div.DivClassName
{
background-color: #08482D;
}
.BgClassName
{
background-color: #08482D;
}
</style>
border-color css
<style>
span { border-color: #08482D; }
span { border-color: rgb(8,72,45); }
td.TdClassName
{
border-color: #08482D;
}
.TagClassName
{
border-color: #08482D;
}
</style>