Shades of British Racing Green #0B3E26
Tints of British Racing Green #0B3E26
RGB
CMYK
RGB Variations
Color information
#0B3E26 (or 0x0B3E26) is known color: British Racing Green. HEX triplet: 0B, 3E and 26. RGB value is (11,62,38). Sum of RGB (Red+Green+Blue) = 11+62+38=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #0B3E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3E26 is #F4C1D9. Grayscale: #2C2C2C. Windows color (decimal): -16040410 or 2506251. OLE color: 2506251.
HSL color Cylindrical-coordinate representation of color #0B3E26: hue angle of 151.76º 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 #0B3E26 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 62 | 38 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.76 |
| HSL | 151.76º | 0.7% | 0.14% | - |
| HSV(B) | 151.76º | 0.82% | 0.24% | - |
| XYZ | 2.21 | 3.66 | 2.42 | - |
| YUV | 44.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 62 | 38 | 0.82 | 0 | 0.39 | 0.76 | 151.76 | 0.7 | 0.14 |
| Hex | B | 3E | 26 | 52 | 0 | 27 | 4C | 98 | 46 | E |
| Octal | 13 | 76 | 46 | 122 | 0 | 47 | 114 | 230 | 106 | 16 |
| Binary | 1011 | 111110 | 100110 | 1010010 | 0 | 100111 | 1001100 | 10011000 | 1000110 | 1110 |
Color Harmonies of #0B3E26
Complementary color
Monochromatic Colors of #0B3E26
Black with #0B3E26
Text Example
Text Example
White with #0B3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3E26; }
p { color: rgb(11,62,38); }
H1.HeaderClassName
{
color: #0B3E26;
}
.AnyTagClassName
{
color: #0B3E26;
}
</style>
background-color css
<style>
a { background-color: #0B3E26; }
a { background-color: rgb(11,62,38); }
div.DivClassName
{
background-color: #0B3E26;
}
.BgClassName
{
background-color: #0B3E26;
}
</style>
border-color css
<style>
span { border-color: #0B3E26; }
span { border-color: rgb(11,62,38); }
td.TdClassName
{
border-color: #0B3E26;
}
.TagClassName
{
border-color: #0B3E26;
}
</style>