Shades of British Racing Green #0B422C
Tints of British Racing Green #0B422C
RGB
CMYK
RGB Variations
Color information
#0B422C (or 0x0B422C) is known color: British Racing Green. HEX triplet: 0B, 42 and 2C. RGB value is (11,66,44). Sum of RGB (Red+Green+Blue) = 11+66+44=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #0B422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B422C is #F4BDD3. Grayscale: #2F2F2F. Windows color (decimal): -16039380 or 2900491. OLE color: 2900491.
HSL color Cylindrical-coordinate representation of color #0B422C: hue angle of 156º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B422C is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 66 | 44 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.74 |
| HSL | 156º | 0.71% | 0.15% | - |
| HSV(B) | 156º | 0.83% | 0.26% | - |
| XYZ | 2.54 | 4.15 | 3.05 | - |
| YUV | 47.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 44 | 0.83 | 0 | 0.33 | 0.74 | 156 | 0.71 | 0.15 |
| Hex | B | 42 | 2C | 53 | 0 | 21 | 4A | 9C | 47 | F |
| Octal | 13 | 102 | 54 | 123 | 0 | 41 | 112 | 234 | 107 | 17 |
| Binary | 1011 | 1000010 | 101100 | 1010011 | 0 | 100001 | 1001010 | 10011100 | 1000111 | 1111 |
Color Harmonies of #0B422C
Complementary color
Monochromatic Colors of #0B422C
Black with #0B422C
Text Example
Text Example
White with #0B422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B422C; }
p { color: rgb(11,66,44); }
H1.HeaderClassName
{
color: #0B422C;
}
.AnyTagClassName
{
color: #0B422C;
}
</style>
background-color css
<style>
a { background-color: #0B422C; }
a { background-color: rgb(11,66,44); }
div.DivClassName
{
background-color: #0B422C;
}
.BgClassName
{
background-color: #0B422C;
}
</style>
border-color css
<style>
span { border-color: #0B422C; }
span { border-color: rgb(11,66,44); }
td.TdClassName
{
border-color: #0B422C;
}
.TagClassName
{
border-color: #0B422C;
}
</style>