Shades of British Racing Green #0B3E2E
Tints of British Racing Green #0B3E2E
RGB
CMYK
RGB Variations
Color information
#0B3E2E (or 0x0B3E2E) is known color: British Racing Green. HEX triplet: 0B, 3E and 2E. RGB value is (11,62,46). Sum of RGB (Red+Green+Blue) = 11+62+46=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #0B3E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3E2E is #F4C1D1. Grayscale: #2C2C2C. Windows color (decimal): -16040402 or 3030539. OLE color: 3030539.
HSL color Cylindrical-coordinate representation of color #0B3E2E: hue angle of 161.18º 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 #0B3E2E is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 62 | 46 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.76 |
| HSL | 161.18º | 0.7% | 0.14% | - |
| HSV(B) | 161.18º | 0.82% | 0.24% | - |
| XYZ | 2.35 | 3.71 | 3.18 | - |
| YUV | 44.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 62 | 46 | 0.82 | 0 | 0.26 | 0.76 | 161.18 | 0.7 | 0.14 |
| Hex | B | 3E | 2E | 52 | 0 | 1A | 4C | A1 | 46 | E |
| Octal | 13 | 76 | 56 | 122 | 0 | 32 | 114 | 241 | 106 | 16 |
| Binary | 1011 | 111110 | 101110 | 1010010 | 0 | 11010 | 1001100 | 10100001 | 1000110 | 1110 |
Color Harmonies of #0B3E2E
Complementary color
Monochromatic Colors of #0B3E2E
Black with #0B3E2E
Text Example
Text Example
White with #0B3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3E2E; }
p { color: rgb(11,62,46); }
H1.HeaderClassName
{
color: #0B3E2E;
}
.AnyTagClassName
{
color: #0B3E2E;
}
</style>
background-color css
<style>
a { background-color: #0B3E2E; }
a { background-color: rgb(11,62,46); }
div.DivClassName
{
background-color: #0B3E2E;
}
.BgClassName
{
background-color: #0B3E2E;
}
</style>
border-color css
<style>
span { border-color: #0B3E2E; }
span { border-color: rgb(11,62,46); }
td.TdClassName
{
border-color: #0B3E2E;
}
.TagClassName
{
border-color: #0B3E2E;
}
</style>