Shades of British Racing Green #0B412D
Tints of British Racing Green #0B412D
RGB
CMYK
RGB Variations
Color information
#0B412D (or 0x0B412D) is known color: British Racing Green. HEX triplet: 0B, 41 and 2D. RGB value is (11,65,45). Sum of RGB (Red+Green+Blue) = 11+65+45=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #0B412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B412D is #F4BED2. Grayscale: #2E2E2E. Windows color (decimal): -16039635 or 2965771. OLE color: 2965771.
HSL color Cylindrical-coordinate representation of color #0B412D: hue angle of 157.78º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B412D is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 65 | 45 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.75 |
| HSL | 157.78º | 0.71% | 0.15% | - |
| HSV(B) | 157.78º | 0.83% | 0.25% | - |
| XYZ | 2.5 | 4.04 | 3.13 | - |
| YUV | 46.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 45 | 0.83 | 0 | 0.31 | 0.75 | 157.78 | 0.71 | 0.15 |
| Hex | B | 41 | 2D | 53 | 0 | 1F | 4B | 9E | 47 | F |
| Octal | 13 | 101 | 55 | 123 | 0 | 37 | 113 | 236 | 107 | 17 |
| Binary | 1011 | 1000001 | 101101 | 1010011 | 0 | 11111 | 1001011 | 10011110 | 1000111 | 1111 |
Color Harmonies of #0B412D
Complementary color
Monochromatic Colors of #0B412D
Black with #0B412D
Text Example
Text Example
White with #0B412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B412D; }
p { color: rgb(11,65,45); }
H1.HeaderClassName
{
color: #0B412D;
}
.AnyTagClassName
{
color: #0B412D;
}
</style>
background-color css
<style>
a { background-color: #0B412D; }
a { background-color: rgb(11,65,45); }
div.DivClassName
{
background-color: #0B412D;
}
.BgClassName
{
background-color: #0B412D;
}
</style>
border-color css
<style>
span { border-color: #0B412D; }
span { border-color: rgb(11,65,45); }
td.TdClassName
{
border-color: #0B412D;
}
.TagClassName
{
border-color: #0B412D;
}
</style>