Shades of British Racing Green #08402D
Tints of British Racing Green #08402D
RGB
CMYK
RGB Variations
Color information
#08402D (or 0x08402D) is known color: British Racing Green. HEX triplet: 08, 40 and 2D. RGB value is (8,64,45). Sum of RGB (Red+Green+Blue) = 8+64+45=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #08402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08402D is #F7BFD2. Grayscale: #2D2D2D. Windows color (decimal): -16236499 or 2965512. OLE color: 2965512.
HSL color Cylindrical-coordinate representation of color #08402D: hue angle of 159.64º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08402D is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 64 | 45 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.75 |
| HSL | 159.64º | 0.78% | 0.14% | - |
| HSV(B) | 159.64º | 0.88% | 0.25% | - |
| XYZ | 2.41 | 3.91 | 3.11 | - |
| YUV | 45.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 45 | 0.87 | 0 | 0.30 | 0.75 | 159.64 | 0.78 | 0.14 |
| Hex | 8 | 40 | 2D | 57 | 0 | 1E | 4B | A0 | 4E | E |
| Octal | 10 | 100 | 55 | 127 | 0 | 36 | 113 | 240 | 116 | 16 |
| Binary | 1000 | 1000000 | 101101 | 1010111 | 0 | 11110 | 1001011 | 10100000 | 1001110 | 1110 |
Color Harmonies of #08402D
Complementary color
Monochromatic Colors of #08402D
Black with #08402D
Text Example
Text Example
White with #08402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08402D; }
p { color: rgb(8,64,45); }
H1.HeaderClassName
{
color: #08402D;
}
.AnyTagClassName
{
color: #08402D;
}
</style>
background-color css
<style>
a { background-color: #08402D; }
a { background-color: rgb(8,64,45); }
div.DivClassName
{
background-color: #08402D;
}
.BgClassName
{
background-color: #08402D;
}
</style>
border-color css
<style>
span { border-color: #08402D; }
span { border-color: rgb(8,64,45); }
td.TdClassName
{
border-color: #08402D;
}
.TagClassName
{
border-color: #08402D;
}
</style>