Shades of British Racing Green #08482C
Tints of British Racing Green #08482C
RGB
CMYK
RGB Variations
Color information
#08482C (or 0x08482C) is known color: British Racing Green. HEX triplet: 08, 48 and 2C. RGB value is (8,72,44). Sum of RGB (Red+Green+Blue) = 8+72+44=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #08482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08482C is #F7B7D3. Grayscale: #313131. Windows color (decimal): -16234452 or 2902024. OLE color: 2902024.
HSL color Cylindrical-coordinate representation of color #08482C: hue angle of 153.75º 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 #08482C is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 72 | 44 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.72 |
| HSL | 153.75º | 0.8% | 0.16% | - |
| HSV(B) | 153.75º | 0.89% | 0.28% | - |
| XYZ | 2.87 | 4.87 | 3.17 | - |
| YUV | 49.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 44 | 0.89 | 0 | 0.39 | 0.72 | 153.75 | 0.8 | 0.16 |
| Hex | 8 | 48 | 2C | 59 | 0 | 27 | 48 | 9A | 50 | 10 |
| Octal | 10 | 110 | 54 | 131 | 0 | 47 | 110 | 232 | 120 | 20 |
| Binary | 1000 | 1001000 | 101100 | 1011001 | 0 | 100111 | 1001000 | 10011010 | 1010000 | 10000 |
Color Harmonies of #08482C
Complementary color
Monochromatic Colors of #08482C
Black with #08482C
Text Example
Text Example
White with #08482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08482C; }
p { color: rgb(8,72,44); }
H1.HeaderClassName
{
color: #08482C;
}
.AnyTagClassName
{
color: #08482C;
}
</style>
background-color css
<style>
a { background-color: #08482C; }
a { background-color: rgb(8,72,44); }
div.DivClassName
{
background-color: #08482C;
}
.BgClassName
{
background-color: #08482C;
}
</style>
border-color css
<style>
span { border-color: #08482C; }
span { border-color: rgb(8,72,44); }
td.TdClassName
{
border-color: #08482C;
}
.TagClassName
{
border-color: #08482C;
}
</style>