Shades of British Racing Green #08462D
Tints of British Racing Green #08462D
RGB
CMYK
RGB Variations
Color information
#08462D (or 0x08462D) is known color: British Racing Green. HEX triplet: 08, 46 and 2D. RGB value is (8,70,45). Sum of RGB (Red+Green+Blue) = 8+70+45=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #08462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08462D is #F7B9D2. Grayscale: #303030. Windows color (decimal): -16234963 or 2967048. OLE color: 2967048.
HSL color Cylindrical-coordinate representation of color #08462D: hue angle of 155.81º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08462D is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 70 | 45 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.73 |
| HSL | 155.81º | 0.79% | 0.15% | - |
| HSV(B) | 155.81º | 0.89% | 0.27% | - |
| XYZ | 2.76 | 4.62 | 3.23 | - |
| YUV | 48.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 45 | 0.89 | 0 | 0.36 | 0.73 | 155.81 | 0.79 | 0.15 |
| Hex | 8 | 46 | 2D | 59 | 0 | 24 | 49 | 9C | 4F | F |
| Octal | 10 | 106 | 55 | 131 | 0 | 44 | 111 | 234 | 117 | 17 |
| Binary | 1000 | 1000110 | 101101 | 1011001 | 0 | 100100 | 1001001 | 10011100 | 1001111 | 1111 |
Color Harmonies of #08462D
Complementary color
Monochromatic Colors of #08462D
Black with #08462D
Text Example
Text Example
White with #08462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08462D; }
p { color: rgb(8,70,45); }
H1.HeaderClassName
{
color: #08462D;
}
.AnyTagClassName
{
color: #08462D;
}
</style>
background-color css
<style>
a { background-color: #08462D; }
a { background-color: rgb(8,70,45); }
div.DivClassName
{
background-color: #08462D;
}
.BgClassName
{
background-color: #08462D;
}
</style>
border-color css
<style>
span { border-color: #08462D; }
span { border-color: rgb(8,70,45); }
td.TdClassName
{
border-color: #08462D;
}
.TagClassName
{
border-color: #08462D;
}
</style>