Shades of British Racing Green #0B432B
Tints of British Racing Green #0B432B
RGB
CMYK
RGB Variations
Color information
#0B432B (or 0x0B432B) is known color: British Racing Green. HEX triplet: 0B, 43 and 2B. RGB value is (11,67,43). Sum of RGB (Red+Green+Blue) = 11+67+43=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #0B432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B432B is #F4BCD4. Grayscale: #2F2F2F. Windows color (decimal): -16039125 or 2835211. OLE color: 2835211.
HSL color Cylindrical-coordinate representation of color #0B432B: hue angle of 154.29º 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 #0B432B is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 67 | 43 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.74 |
| HSL | 154.29º | 0.72% | 0.15% | - |
| HSV(B) | 154.29º | 0.84% | 0.26% | - |
| XYZ | 2.58 | 4.26 | 2.97 | - |
| YUV | 47.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 43 | 0.84 | 0 | 0.36 | 0.74 | 154.29 | 0.72 | 0.15 |
| Hex | B | 43 | 2B | 54 | 0 | 24 | 4A | 9A | 48 | F |
| Octal | 13 | 103 | 53 | 124 | 0 | 44 | 112 | 232 | 110 | 17 |
| Binary | 1011 | 1000011 | 101011 | 1010100 | 0 | 100100 | 1001010 | 10011010 | 1001000 | 1111 |
Color Harmonies of #0B432B
Complementary color
Monochromatic Colors of #0B432B
Black with #0B432B
Text Example
Text Example
White with #0B432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B432B; }
p { color: rgb(11,67,43); }
H1.HeaderClassName
{
color: #0B432B;
}
.AnyTagClassName
{
color: #0B432B;
}
</style>
background-color css
<style>
a { background-color: #0B432B; }
a { background-color: rgb(11,67,43); }
div.DivClassName
{
background-color: #0B432B;
}
.BgClassName
{
background-color: #0B432B;
}
</style>
border-color css
<style>
span { border-color: #0B432B; }
span { border-color: rgb(11,67,43); }
td.TdClassName
{
border-color: #0B432B;
}
.TagClassName
{
border-color: #0B432B;
}
</style>