Shades of British Racing Green #0B3B2D
Tints of British Racing Green #0B3B2D
RGB
CMYK
RGB Variations
Color information
#0B3B2D (or 0x0B3B2D) is known color: British Racing Green. HEX triplet: 0B, 3B and 2D. RGB value is (11,59,45). Sum of RGB (Red+Green+Blue) = 11+59+45=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #0B3B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3B2D is #F4C4D2. Grayscale: #2B2B2B. Windows color (decimal): -16041171 or 2964235. OLE color: 2964235.
HSL color Cylindrical-coordinate representation of color #0B3B2D: hue angle of 162.5º 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 #0B3B2D is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 59 | 45 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.77 |
| HSL | 162.5º | 0.69% | 0.14% | - |
| HSV(B) | 162.5º | 0.81% | 0.23% | - |
| XYZ | 2.18 | 3.39 | 3.02 | - |
| YUV | 43.05 | 129.1 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 59 | 45 | 0.81 | 0 | 0.24 | 0.77 | 162.5 | 0.69 | 0.14 |
| Hex | B | 3B | 2D | 51 | 0 | 18 | 4D | A2 | 45 | E |
| Octal | 13 | 73 | 55 | 121 | 0 | 30 | 115 | 242 | 105 | 16 |
| Binary | 1011 | 111011 | 101101 | 1010001 | 0 | 11000 | 1001101 | 10100010 | 1000101 | 1110 |
Color Harmonies of #0B3B2D
Complementary color
Monochromatic Colors of #0B3B2D
Black with #0B3B2D
Text Example
Text Example
White with #0B3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3B2D; }
p { color: rgb(11,59,45); }
H1.HeaderClassName
{
color: #0B3B2D;
}
.AnyTagClassName
{
color: #0B3B2D;
}
</style>
background-color css
<style>
a { background-color: #0B3B2D; }
a { background-color: rgb(11,59,45); }
div.DivClassName
{
background-color: #0B3B2D;
}
.BgClassName
{
background-color: #0B3B2D;
}
</style>
border-color css
<style>
span { border-color: #0B3B2D; }
span { border-color: rgb(11,59,45); }
td.TdClassName
{
border-color: #0B3B2D;
}
.TagClassName
{
border-color: #0B3B2D;
}
</style>