Shades of British Racing Green #0B402C
Tints of British Racing Green #0B402C
RGB
CMYK
RGB Variations
Color information
#0B402C (or 0x0B402C) is known color: British Racing Green. HEX triplet: 0B, 40 and 2C. RGB value is (11,64,44). Sum of RGB (Red+Green+Blue) = 11+64+44=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #0B402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B402C is #F4BFD3. Grayscale: #2D2D2D. Windows color (decimal): -16039892 or 2899979. OLE color: 2899979.
HSL color Cylindrical-coordinate representation of color #0B402C: hue angle of 157.36º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B402C is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 44 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.75 |
| HSL | 157.36º | 0.71% | 0.15% | - |
| HSV(B) | 157.36º | 0.83% | 0.25% | - |
| XYZ | 2.43 | 3.92 | 3.01 | - |
| YUV | 45.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 44 | 0.83 | 0 | 0.31 | 0.75 | 157.36 | 0.71 | 0.15 |
| Hex | B | 40 | 2C | 53 | 0 | 1F | 4B | 9D | 47 | F |
| Octal | 13 | 100 | 54 | 123 | 0 | 37 | 113 | 235 | 107 | 17 |
| Binary | 1011 | 1000000 | 101100 | 1010011 | 0 | 11111 | 1001011 | 10011101 | 1000111 | 1111 |
Color Harmonies of #0B402C
Complementary color
Monochromatic Colors of #0B402C
Black with #0B402C
Text Example
Text Example
White with #0B402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B402C; }
p { color: rgb(11,64,44); }
H1.HeaderClassName
{
color: #0B402C;
}
.AnyTagClassName
{
color: #0B402C;
}
</style>
background-color css
<style>
a { background-color: #0B402C; }
a { background-color: rgb(11,64,44); }
div.DivClassName
{
background-color: #0B402C;
}
.BgClassName
{
background-color: #0B402C;
}
</style>
border-color css
<style>
span { border-color: #0B402C; }
span { border-color: rgb(11,64,44); }
td.TdClassName
{
border-color: #0B402C;
}
.TagClassName
{
border-color: #0B402C;
}
</style>