Shades of British Racing Green #08491D
Tints of British Racing Green #08491D
RGB
CMYK
RGB Variations
Color information
#08491D (or 0x08491D) is known color: British Racing Green. HEX triplet: 08, 49 and 1D. RGB value is (8,73,29). Sum of RGB (Red+Green+Blue) = 8+73+29=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #08491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08491D is #F7B6E2. Grayscale: #303030. Windows color (decimal): -16234211 or 1919240. OLE color: 1919240.
HSL color Cylindrical-coordinate representation of color #08491D: hue angle of 139.38º 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 #08491D is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 29 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.71 |
| HSL | 139.38º | 0.8% | 0.16% | - |
| HSV(B) | 139.38º | 0.89% | 0.29% | - |
| XYZ | 2.7 | 4.91 | 1.97 | - |
| YUV | 48.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 29 | 0.89 | 0 | 0.60 | 0.71 | 139.38 | 0.8 | 0.16 |
| Hex | 8 | 49 | 1D | 59 | 0 | 3C | 47 | 8B | 50 | 10 |
| Octal | 10 | 111 | 35 | 131 | 0 | 74 | 107 | 213 | 120 | 20 |
| Binary | 1000 | 1001001 | 11101 | 1011001 | 0 | 111100 | 1000111 | 10001011 | 1010000 | 10000 |
Color Harmonies of #08491D
Complementary color
Monochromatic Colors of #08491D
Black with #08491D
Text Example
Text Example
White with #08491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08491D; }
p { color: rgb(8,73,29); }
H1.HeaderClassName
{
color: #08491D;
}
.AnyTagClassName
{
color: #08491D;
}
</style>
background-color css
<style>
a { background-color: #08491D; }
a { background-color: rgb(8,73,29); }
div.DivClassName
{
background-color: #08491D;
}
.BgClassName
{
background-color: #08491D;
}
</style>
border-color css
<style>
span { border-color: #08491D; }
span { border-color: rgb(8,73,29); }
td.TdClassName
{
border-color: #08491D;
}
.TagClassName
{
border-color: #08491D;
}
</style>