Shades of British Racing Green #0B452B
Tints of British Racing Green #0B452B
RGB
CMYK
RGB Variations
Color information
#0B452B (or 0x0B452B) is known color: British Racing Green. HEX triplet: 0B, 45 and 2B. RGB value is (11,69,43). Sum of RGB (Red+Green+Blue) = 11+69+43=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #0B452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B452B is #F4BAD4. Grayscale: #303030. Windows color (decimal): -16038613 or 2835723. OLE color: 2835723.
HSL color Cylindrical-coordinate representation of color #0B452B: hue angle of 153.1º 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 #0B452B is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 69 | 43 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.73 |
| HSL | 153.1º | 0.73% | 0.16% | - |
| HSV(B) | 153.1º | 0.84% | 0.27% | - |
| XYZ | 2.7 | 4.5 | 3.01 | - |
| YUV | 48.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 43 | 0.84 | 0 | 0.38 | 0.73 | 153.1 | 0.73 | 0.16 |
| Hex | B | 45 | 2B | 54 | 0 | 26 | 49 | 99 | 48 | 10 |
| Octal | 13 | 105 | 53 | 124 | 0 | 46 | 111 | 231 | 110 | 20 |
| Binary | 1011 | 1000101 | 101011 | 1010100 | 0 | 100110 | 1001001 | 10011001 | 1001000 | 10000 |
Color Harmonies of #0B452B
Complementary color
Monochromatic Colors of #0B452B
Black with #0B452B
Text Example
Text Example
White with #0B452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B452B; }
p { color: rgb(11,69,43); }
H1.HeaderClassName
{
color: #0B452B;
}
.AnyTagClassName
{
color: #0B452B;
}
</style>
background-color css
<style>
a { background-color: #0B452B; }
a { background-color: rgb(11,69,43); }
div.DivClassName
{
background-color: #0B452B;
}
.BgClassName
{
background-color: #0B452B;
}
</style>
border-color css
<style>
span { border-color: #0B452B; }
span { border-color: rgb(11,69,43); }
td.TdClassName
{
border-color: #0B452B;
}
.TagClassName
{
border-color: #0B452B;
}
</style>