Shades of British Racing Green #0B4324
Tints of British Racing Green #0B4324
RGB
CMYK
RGB Variations
Color information
#0B4324 (or 0x0B4324) is known color: British Racing Green. HEX triplet: 0B, 43 and 24. RGB value is (11,67,36). Sum of RGB (Red+Green+Blue) = 11+67+36=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4324 is #F4BCDB. Grayscale: #2E2E2E. Windows color (decimal): -16039132 or 2376459. OLE color: 2376459.
HSL color Cylindrical-coordinate representation of color #0B4324: hue angle of 146.79º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4324 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 67 | 36 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.74 |
| HSL | 146.79º | 0.72% | 0.15% | - |
| HSV(B) | 146.79º | 0.84% | 0.26% | - |
| XYZ | 2.46 | 4.21 | 2.35 | - |
| YUV | 46.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 36 | 0.84 | 0 | 0.46 | 0.74 | 146.79 | 0.72 | 0.15 |
| Hex | B | 43 | 24 | 54 | 0 | 2E | 4A | 93 | 48 | F |
| Octal | 13 | 103 | 44 | 124 | 0 | 56 | 112 | 223 | 110 | 17 |
| Binary | 1011 | 1000011 | 100100 | 1010100 | 0 | 101110 | 1001010 | 10010011 | 1001000 | 1111 |
Color Harmonies of #0B4324
Complementary color
Monochromatic Colors of #0B4324
Black with #0B4324
Text Example
Text Example
White with #0B4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4324; }
p { color: rgb(11,67,36); }
H1.HeaderClassName
{
color: #0B4324;
}
.AnyTagClassName
{
color: #0B4324;
}
</style>
background-color css
<style>
a { background-color: #0B4324; }
a { background-color: rgb(11,67,36); }
div.DivClassName
{
background-color: #0B4324;
}
.BgClassName
{
background-color: #0B4324;
}
</style>
border-color css
<style>
span { border-color: #0B4324; }
span { border-color: rgb(11,67,36); }
td.TdClassName
{
border-color: #0B4324;
}
.TagClassName
{
border-color: #0B4324;
}
</style>