Shades of British Racing Green #0B3E28
Tints of British Racing Green #0B3E28
RGB
CMYK
RGB Variations
Color information
#0B3E28 (or 0x0B3E28) is known color: British Racing Green. HEX triplet: 0B, 3E and 28. RGB value is (11,62,40). Sum of RGB (Red+Green+Blue) = 11+62+40=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #0B3E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3E28 is #F4C1D7. Grayscale: #2C2C2C. Windows color (decimal): -16040408 or 2637323. OLE color: 2637323.
HSL color Cylindrical-coordinate representation of color #0B3E28: hue angle of 154.12º 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 #0B3E28 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 62 | 40 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.76 |
| HSL | 154.12º | 0.7% | 0.14% | - |
| HSV(B) | 154.12º | 0.82% | 0.24% | - |
| XYZ | 2.24 | 3.67 | 2.6 | - |
| YUV | 44.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 62 | 40 | 0.82 | 0 | 0.35 | 0.76 | 154.12 | 0.7 | 0.14 |
| Hex | B | 3E | 28 | 52 | 0 | 23 | 4C | 9A | 46 | E |
| Octal | 13 | 76 | 50 | 122 | 0 | 43 | 114 | 232 | 106 | 16 |
| Binary | 1011 | 111110 | 101000 | 1010010 | 0 | 100011 | 1001100 | 10011010 | 1000110 | 1110 |
Color Harmonies of #0B3E28
Complementary color
Monochromatic Colors of #0B3E28
Black with #0B3E28
Text Example
Text Example
White with #0B3E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3E28; }
p { color: rgb(11,62,40); }
H1.HeaderClassName
{
color: #0B3E28;
}
.AnyTagClassName
{
color: #0B3E28;
}
</style>
background-color css
<style>
a { background-color: #0B3E28; }
a { background-color: rgb(11,62,40); }
div.DivClassName
{
background-color: #0B3E28;
}
.BgClassName
{
background-color: #0B3E28;
}
</style>
border-color css
<style>
span { border-color: #0B3E28; }
span { border-color: rgb(11,62,40); }
td.TdClassName
{
border-color: #0B3E28;
}
.TagClassName
{
border-color: #0B3E28;
}
</style>