Shades of British Racing Green #0B422E
Tints of British Racing Green #0B422E
RGB
CMYK
RGB Variations
Color information
#0B422E (or 0x0B422E) is known color: British Racing Green. HEX triplet: 0B, 42 and 2E. RGB value is (11,66,46). Sum of RGB (Red+Green+Blue) = 11+66+46=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #0B422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B422E is #F4BDD1. Grayscale: #2F2F2F. Windows color (decimal): -16039378 or 3031563. OLE color: 3031563.
HSL color Cylindrical-coordinate representation of color #0B422E: hue angle of 158.18º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B422E is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 66 | 46 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.74 |
| HSL | 158.18º | 0.71% | 0.15% | - |
| HSV(B) | 158.18º | 0.83% | 0.26% | - |
| XYZ | 2.58 | 4.16 | 3.25 | - |
| YUV | 47.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 46 | 0.83 | 0 | 0.30 | 0.74 | 158.18 | 0.71 | 0.15 |
| Hex | B | 42 | 2E | 53 | 0 | 1E | 4A | 9E | 47 | F |
| Octal | 13 | 102 | 56 | 123 | 0 | 36 | 112 | 236 | 107 | 17 |
| Binary | 1011 | 1000010 | 101110 | 1010011 | 0 | 11110 | 1001010 | 10011110 | 1000111 | 1111 |
Color Harmonies of #0B422E
Complementary color
Monochromatic Colors of #0B422E
Black with #0B422E
Text Example
Text Example
White with #0B422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B422E; }
p { color: rgb(11,66,46); }
H1.HeaderClassName
{
color: #0B422E;
}
.AnyTagClassName
{
color: #0B422E;
}
</style>
background-color css
<style>
a { background-color: #0B422E; }
a { background-color: rgb(11,66,46); }
div.DivClassName
{
background-color: #0B422E;
}
.BgClassName
{
background-color: #0B422E;
}
</style>
border-color css
<style>
span { border-color: #0B422E; }
span { border-color: rgb(11,66,46); }
td.TdClassName
{
border-color: #0B422E;
}
.TagClassName
{
border-color: #0B422E;
}
</style>