Shades of British Racing Green #0B452D
Tints of British Racing Green #0B452D
RGB
CMYK
RGB Variations
Color information
#0B452D (or 0x0B452D) is known color: British Racing Green. HEX triplet: 0B, 45 and 2D. RGB value is (11,69,45). Sum of RGB (Red+Green+Blue) = 11+69+45=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #0B452D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B452D is #F4BAD2. Grayscale: #303030. Windows color (decimal): -16038611 or 2966795. OLE color: 2966795.
HSL color Cylindrical-coordinate representation of color #0B452D: hue angle of 155.17º 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 #0B452D is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 69 | 45 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.73 |
| HSL | 155.17º | 0.73% | 0.16% | - |
| HSV(B) | 155.17º | 0.84% | 0.27% | - |
| XYZ | 2.74 | 4.52 | 3.21 | - |
| YUV | 48.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 45 | 0.84 | 0 | 0.35 | 0.73 | 155.17 | 0.73 | 0.16 |
| Hex | B | 45 | 2D | 54 | 0 | 23 | 49 | 9B | 48 | 10 |
| Octal | 13 | 105 | 55 | 124 | 0 | 43 | 111 | 233 | 110 | 20 |
| Binary | 1011 | 1000101 | 101101 | 1010100 | 0 | 100011 | 1001001 | 10011011 | 1001000 | 10000 |
Color Harmonies of #0B452D
Complementary color
Monochromatic Colors of #0B452D
Black with #0B452D
Text Example
Text Example
White with #0B452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B452D; }
p { color: rgb(11,69,45); }
H1.HeaderClassName
{
color: #0B452D;
}
.AnyTagClassName
{
color: #0B452D;
}
</style>
background-color css
<style>
a { background-color: #0B452D; }
a { background-color: rgb(11,69,45); }
div.DivClassName
{
background-color: #0B452D;
}
.BgClassName
{
background-color: #0B452D;
}
</style>
border-color css
<style>
span { border-color: #0B452D; }
span { border-color: rgb(11,69,45); }
td.TdClassName
{
border-color: #0B452D;
}
.TagClassName
{
border-color: #0B452D;
}
</style>