Shades of British Racing Green #0B402E
Tints of British Racing Green #0B402E
RGB
CMYK
RGB Variations
Color information
#0B402E (or 0x0B402E) is known color: British Racing Green. HEX triplet: 0B, 40 and 2E. RGB value is (11,64,46). Sum of RGB (Red+Green+Blue) = 11+64+46=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #0B402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B402E is #F4BFD1. Grayscale: #2E2E2E. Windows color (decimal): -16039890 or 3031051. OLE color: 3031051.
HSL color Cylindrical-coordinate representation of color #0B402E: hue angle of 159.62º 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 #0B402E is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 46 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.75 |
| HSL | 159.62º | 0.71% | 0.15% | - |
| HSV(B) | 159.62º | 0.83% | 0.25% | - |
| XYZ | 2.46 | 3.94 | 3.21 | - |
| YUV | 46.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 46 | 0.83 | 0 | 0.28 | 0.75 | 159.62 | 0.71 | 0.15 |
| Hex | B | 40 | 2E | 53 | 0 | 1C | 4B | A0 | 47 | F |
| Octal | 13 | 100 | 56 | 123 | 0 | 34 | 113 | 240 | 107 | 17 |
| Binary | 1011 | 1000000 | 101110 | 1010011 | 0 | 11100 | 1001011 | 10100000 | 1000111 | 1111 |
Color Harmonies of #0B402E
Complementary color
Monochromatic Colors of #0B402E
Black with #0B402E
Text Example
Text Example
White with #0B402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B402E; }
p { color: rgb(11,64,46); }
H1.HeaderClassName
{
color: #0B402E;
}
.AnyTagClassName
{
color: #0B402E;
}
</style>
background-color css
<style>
a { background-color: #0B402E; }
a { background-color: rgb(11,64,46); }
div.DivClassName
{
background-color: #0B402E;
}
.BgClassName
{
background-color: #0B402E;
}
</style>
border-color css
<style>
span { border-color: #0B402E; }
span { border-color: rgb(11,64,46); }
td.TdClassName
{
border-color: #0B402E;
}
.TagClassName
{
border-color: #0B402E;
}
</style>