Shades of British Racing Green #0B3A26
Tints of British Racing Green #0B3A26
RGB
CMYK
RGB Variations
Color information
#0B3A26 (or 0x0B3A26) is known color: British Racing Green. HEX triplet: 0B, 3A and 26. RGB value is (11,58,38). Sum of RGB (Red+Green+Blue) = 11+58+38=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A26 is #F4C5D9. Grayscale: #292929. Windows color (decimal): -16041434 or 2505227. OLE color: 2505227.
HSL color Cylindrical-coordinate representation of color #0B3A26: hue angle of 154.47º degrees, saturation: 0.68, 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 #0B3A26 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 58 | 38 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.77 |
| HSL | 154.47º | 0.68% | 0.14% | - |
| HSV(B) | 154.47º | 0.81% | 0.23% | - |
| XYZ | 2 | 3.24 | 2.35 | - |
| YUV | 41.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 38 | 0.81 | 0 | 0.34 | 0.77 | 154.47 | 0.68 | 0.14 |
| Hex | B | 3A | 26 | 51 | 0 | 22 | 4D | 9A | 44 | E |
| Octal | 13 | 72 | 46 | 121 | 0 | 42 | 115 | 232 | 104 | 16 |
| Binary | 1011 | 111010 | 100110 | 1010001 | 0 | 100010 | 1001101 | 10011010 | 1000100 | 1110 |
Color Harmonies of #0B3A26
Complementary color
Monochromatic Colors of #0B3A26
Black with #0B3A26
Text Example
Text Example
White with #0B3A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A26; }
p { color: rgb(11,58,38); }
H1.HeaderClassName
{
color: #0B3A26;
}
.AnyTagClassName
{
color: #0B3A26;
}
</style>
background-color css
<style>
a { background-color: #0B3A26; }
a { background-color: rgb(11,58,38); }
div.DivClassName
{
background-color: #0B3A26;
}
.BgClassName
{
background-color: #0B3A26;
}
</style>
border-color css
<style>
span { border-color: #0B3A26; }
span { border-color: rgb(11,58,38); }
td.TdClassName
{
border-color: #0B3A26;
}
.TagClassName
{
border-color: #0B3A26;
}
</style>