Shades of British Racing Green #08412B
Tints of British Racing Green #08412B
RGB
CMYK
RGB Variations
Color information
#08412B (or 0x08412B) is known color: British Racing Green. HEX triplet: 08, 41 and 2B. RGB value is (8,65,43). Sum of RGB (Red+Green+Blue) = 8+65+43=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #08412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08412B is #F7BED4. Grayscale: #2D2D2D. Windows color (decimal): -16236245 or 2834696. OLE color: 2834696.
HSL color Cylindrical-coordinate representation of color #08412B: hue angle of 156.84º 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 #08412B is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 65 | 43 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.75 |
| HSL | 156.84º | 0.78% | 0.14% | - |
| HSV(B) | 156.84º | 0.88% | 0.25% | - |
| XYZ | 2.43 | 4.01 | 2.93 | - |
| YUV | 45.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 43 | 0.88 | 0 | 0.34 | 0.75 | 156.84 | 0.78 | 0.14 |
| Hex | 8 | 41 | 2B | 58 | 0 | 22 | 4B | 9D | 4E | E |
| Octal | 10 | 101 | 53 | 130 | 0 | 42 | 113 | 235 | 116 | 16 |
| Binary | 1000 | 1000001 | 101011 | 1011000 | 0 | 100010 | 1001011 | 10011101 | 1001110 | 1110 |
Color Harmonies of #08412B
Complementary color
Monochromatic Colors of #08412B
Black with #08412B
Text Example
Text Example
White with #08412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08412B; }
p { color: rgb(8,65,43); }
H1.HeaderClassName
{
color: #08412B;
}
.AnyTagClassName
{
color: #08412B;
}
</style>
background-color css
<style>
a { background-color: #08412B; }
a { background-color: rgb(8,65,43); }
div.DivClassName
{
background-color: #08412B;
}
.BgClassName
{
background-color: #08412B;
}
</style>
border-color css
<style>
span { border-color: #08412B; }
span { border-color: rgb(8,65,43); }
td.TdClassName
{
border-color: #08412B;
}
.TagClassName
{
border-color: #08412B;
}
</style>