Shades of British Racing Green #0B452E
Tints of British Racing Green #0B452E
RGB
CMYK
RGB Variations
Color information
#0B452E (or 0x0B452E) is known color: British Racing Green. HEX triplet: 0B, 45 and 2E. RGB value is (11,69,46). Sum of RGB (Red+Green+Blue) = 11+69+46=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #0B452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B452E is #F4BAD1. Grayscale: #313131. Windows color (decimal): -16038610 or 3032331. OLE color: 3032331.
HSL color Cylindrical-coordinate representation of color #0B452E: hue angle of 156.21º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B452E is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 69 | 46 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.73 |
| HSL | 156.21º | 0.73% | 0.16% | - |
| HSV(B) | 156.21º | 0.84% | 0.27% | - |
| XYZ | 2.76 | 4.52 | 3.31 | - |
| YUV | 49.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 46 | 0.84 | 0 | 0.33 | 0.73 | 156.21 | 0.73 | 0.16 |
| Hex | B | 45 | 2E | 54 | 0 | 21 | 49 | 9C | 48 | 10 |
| Octal | 13 | 105 | 56 | 124 | 0 | 41 | 111 | 234 | 110 | 20 |
| Binary | 1011 | 1000101 | 101110 | 1010100 | 0 | 100001 | 1001001 | 10011100 | 1001000 | 10000 |
Color Harmonies of #0B452E
Complementary color
Monochromatic Colors of #0B452E
Black with #0B452E
Text Example
Text Example
White with #0B452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B452E; }
p { color: rgb(11,69,46); }
H1.HeaderClassName
{
color: #0B452E;
}
.AnyTagClassName
{
color: #0B452E;
}
</style>
background-color css
<style>
a { background-color: #0B452E; }
a { background-color: rgb(11,69,46); }
div.DivClassName
{
background-color: #0B452E;
}
.BgClassName
{
background-color: #0B452E;
}
</style>
border-color css
<style>
span { border-color: #0B452E; }
span { border-color: rgb(11,69,46); }
td.TdClassName
{
border-color: #0B452E;
}
.TagClassName
{
border-color: #0B452E;
}
</style>