Shades of British Racing Green #0B412A
Tints of British Racing Green #0B412A
RGB
CMYK
RGB Variations
Color information
#0B412A (or 0x0B412A) is known color: British Racing Green. HEX triplet: 0B, 41 and 2A. RGB value is (11,65,42). Sum of RGB (Red+Green+Blue) = 11+65+42=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #0B412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B412A is #F4BED5. Grayscale: #2E2E2E. Windows color (decimal): -16039638 or 2769163. OLE color: 2769163.
HSL color Cylindrical-coordinate representation of color #0B412A: hue angle of 154.44º 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 #0B412A is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 65 | 42 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.75 |
| HSL | 154.44º | 0.71% | 0.15% | - |
| HSV(B) | 154.44º | 0.83% | 0.25% | - |
| XYZ | 2.45 | 4.02 | 2.84 | - |
| YUV | 46.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 42 | 0.83 | 0 | 0.35 | 0.75 | 154.44 | 0.71 | 0.15 |
| Hex | B | 41 | 2A | 53 | 0 | 23 | 4B | 9A | 47 | F |
| Octal | 13 | 101 | 52 | 123 | 0 | 43 | 113 | 232 | 107 | 17 |
| Binary | 1011 | 1000001 | 101010 | 1010011 | 0 | 100011 | 1001011 | 10011010 | 1000111 | 1111 |
Color Harmonies of #0B412A
Complementary color
Monochromatic Colors of #0B412A
Black with #0B412A
Text Example
Text Example
White with #0B412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B412A; }
p { color: rgb(11,65,42); }
H1.HeaderClassName
{
color: #0B412A;
}
.AnyTagClassName
{
color: #0B412A;
}
</style>
background-color css
<style>
a { background-color: #0B412A; }
a { background-color: rgb(11,65,42); }
div.DivClassName
{
background-color: #0B412A;
}
.BgClassName
{
background-color: #0B412A;
}
</style>
border-color css
<style>
span { border-color: #0B412A; }
span { border-color: rgb(11,65,42); }
td.TdClassName
{
border-color: #0B412A;
}
.TagClassName
{
border-color: #0B412A;
}
</style>