Shades of British Racing Green #0B4023
Tints of British Racing Green #0B4023
RGB
CMYK
RGB Variations
Color information
#0B4023 (or 0x0B4023) is known color: British Racing Green. HEX triplet: 0B, 40 and 23. RGB value is (11,64,35). Sum of RGB (Red+Green+Blue) = 11+64+35=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4023 is #F4BFDC. Grayscale: #2C2C2C. Windows color (decimal): -16039901 or 2310155. OLE color: 2310155.
HSL color Cylindrical-coordinate representation of color #0B4023: hue angle of 147.17º 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 #0B4023 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 35 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.75 |
| HSL | 147.17º | 0.71% | 0.15% | - |
| HSV(B) | 147.17º | 0.83% | 0.25% | - |
| XYZ | 2.27 | 3.86 | 2.22 | - |
| YUV | 44.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 35 | 0.83 | 0 | 0.45 | 0.75 | 147.17 | 0.71 | 0.15 |
| Hex | B | 40 | 23 | 53 | 0 | 2D | 4B | 93 | 47 | F |
| Octal | 13 | 100 | 43 | 123 | 0 | 55 | 113 | 223 | 107 | 17 |
| Binary | 1011 | 1000000 | 100011 | 1010011 | 0 | 101101 | 1001011 | 10010011 | 1000111 | 1111 |
Color Harmonies of #0B4023
Complementary color
Monochromatic Colors of #0B4023
Black with #0B4023
Text Example
Text Example
White with #0B4023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4023; }
p { color: rgb(11,64,35); }
H1.HeaderClassName
{
color: #0B4023;
}
.AnyTagClassName
{
color: #0B4023;
}
</style>
background-color css
<style>
a { background-color: #0B4023; }
a { background-color: rgb(11,64,35); }
div.DivClassName
{
background-color: #0B4023;
}
.BgClassName
{
background-color: #0B4023;
}
</style>
border-color css
<style>
span { border-color: #0B4023; }
span { border-color: rgb(11,64,35); }
td.TdClassName
{
border-color: #0B4023;
}
.TagClassName
{
border-color: #0B4023;
}
</style>