Shades of British Racing Green #0B3B24
Tints of British Racing Green #0B3B24
RGB
CMYK
RGB Variations
Color information
#0B3B24 (or 0x0B3B24) is known color: British Racing Green. HEX triplet: 0B, 3B and 24. RGB value is (11,59,36). Sum of RGB (Red+Green+Blue) = 11+59+36=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 59 (23.44% from 255 or 55.66% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 59 - color contains mainly: green. Hex color #0B3B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3B24 is #F4C4DB. Grayscale: #2A2A2A. Windows color (decimal): -16041180 or 2374411. OLE color: 2374411.
HSL color Cylindrical-coordinate representation of color #0B3B24: hue angle of 151.25º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3B24 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 59 | 36 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.77 |
| HSL | 151.25º | 0.69% | 0.14% | - |
| HSV(B) | 151.25º | 0.81% | 0.23% | - |
| XYZ | 2.02 | 3.33 | 2.2 | - |
| YUV | 42.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 59 | 36 | 0.81 | 0 | 0.39 | 0.77 | 151.25 | 0.69 | 0.14 |
| Hex | B | 3B | 24 | 51 | 0 | 27 | 4D | 97 | 45 | E |
| Octal | 13 | 73 | 44 | 121 | 0 | 47 | 115 | 227 | 105 | 16 |
| Binary | 1011 | 111011 | 100100 | 1010001 | 0 | 100111 | 1001101 | 10010111 | 1000101 | 1110 |
Color Harmonies of #0B3B24
Complementary color
Monochromatic Colors of #0B3B24
Black with #0B3B24
Text Example
Text Example
White with #0B3B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3B24; }
p { color: rgb(11,59,36); }
H1.HeaderClassName
{
color: #0B3B24;
}
.AnyTagClassName
{
color: #0B3B24;
}
</style>
background-color css
<style>
a { background-color: #0B3B24; }
a { background-color: rgb(11,59,36); }
div.DivClassName
{
background-color: #0B3B24;
}
.BgClassName
{
background-color: #0B3B24;
}
</style>
border-color css
<style>
span { border-color: #0B3B24; }
span { border-color: rgb(11,59,36); }
td.TdClassName
{
border-color: #0B3B24;
}
.TagClassName
{
border-color: #0B3B24;
}
</style>