Shades of British Racing Green #0B3E2F
Tints of British Racing Green #0B3E2F
RGB
CMYK
RGB Variations
Color information
#0B3E2F (or 0x0B3E2F) is known color: British Racing Green. HEX triplet: 0B, 3E and 2F. RGB value is (11,62,47). Sum of RGB (Red+Green+Blue) = 11+62+47=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #0B3E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3E2F is #F4C1D0. Grayscale: #2D2D2D. Windows color (decimal): -16040401 or 3096075. OLE color: 3096075.
HSL color Cylindrical-coordinate representation of color #0B3E2F: hue angle of 162.35º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B3E2F is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 62 | 47 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.76 |
| HSL | 162.35º | 0.7% | 0.14% | - |
| HSV(B) | 162.35º | 0.82% | 0.24% | - |
| XYZ | 2.37 | 3.72 | 3.28 | - |
| YUV | 45.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 62 | 47 | 0.82 | 0 | 0.24 | 0.76 | 162.35 | 0.7 | 0.14 |
| Hex | B | 3E | 2F | 52 | 0 | 18 | 4C | A2 | 46 | E |
| Octal | 13 | 76 | 57 | 122 | 0 | 30 | 114 | 242 | 106 | 16 |
| Binary | 1011 | 111110 | 101111 | 1010010 | 0 | 11000 | 1001100 | 10100010 | 1000110 | 1110 |
Color Harmonies of #0B3E2F
Complementary color
Monochromatic Colors of #0B3E2F
Black with #0B3E2F
Text Example
Text Example
White with #0B3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3E2F; }
p { color: rgb(11,62,47); }
H1.HeaderClassName
{
color: #0B3E2F;
}
.AnyTagClassName
{
color: #0B3E2F;
}
</style>
background-color css
<style>
a { background-color: #0B3E2F; }
a { background-color: rgb(11,62,47); }
div.DivClassName
{
background-color: #0B3E2F;
}
.BgClassName
{
background-color: #0B3E2F;
}
</style>
border-color css
<style>
span { border-color: #0B3E2F; }
span { border-color: rgb(11,62,47); }
td.TdClassName
{
border-color: #0B3E2F;
}
.TagClassName
{
border-color: #0B3E2F;
}
</style>