Shades of British Racing Green #0B4224
Tints of British Racing Green #0B4224
RGB
CMYK
RGB Variations
Color information
#0B4224 (or 0x0B4224) is known color: British Racing Green. HEX triplet: 0B, 42 and 24. RGB value is (11,66,36). Sum of RGB (Red+Green+Blue) = 11+66+36=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #0B4224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4224 is #F4BDDB. Grayscale: #2E2E2E. Windows color (decimal): -16039388 or 2376203. OLE color: 2376203.
HSL color Cylindrical-coordinate representation of color #0B4224: hue angle of 147.27º 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 #0B4224 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 66 | 36 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.74 |
| HSL | 147.27º | 0.71% | 0.15% | - |
| HSV(B) | 147.27º | 0.83% | 0.26% | - |
| XYZ | 2.4 | 4.09 | 2.33 | - |
| YUV | 46.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 36 | 0.83 | 0 | 0.45 | 0.74 | 147.27 | 0.71 | 0.15 |
| Hex | B | 42 | 24 | 53 | 0 | 2D | 4A | 93 | 47 | F |
| Octal | 13 | 102 | 44 | 123 | 0 | 55 | 112 | 223 | 107 | 17 |
| Binary | 1011 | 1000010 | 100100 | 1010011 | 0 | 101101 | 1001010 | 10010011 | 1000111 | 1111 |
Color Harmonies of #0B4224
Complementary color
Monochromatic Colors of #0B4224
Black with #0B4224
Text Example
Text Example
White with #0B4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4224; }
p { color: rgb(11,66,36); }
H1.HeaderClassName
{
color: #0B4224;
}
.AnyTagClassName
{
color: #0B4224;
}
</style>
background-color css
<style>
a { background-color: #0B4224; }
a { background-color: rgb(11,66,36); }
div.DivClassName
{
background-color: #0B4224;
}
.BgClassName
{
background-color: #0B4224;
}
</style>
border-color css
<style>
span { border-color: #0B4224; }
span { border-color: rgb(11,66,36); }
td.TdClassName
{
border-color: #0B4224;
}
.TagClassName
{
border-color: #0B4224;
}
</style>