Shades of British Racing Green #0B402A
Tints of British Racing Green #0B402A
RGB
CMYK
RGB Variations
Color information
#0B402A (or 0x0B402A) is known color: British Racing Green. HEX triplet: 0B, 40 and 2A. RGB value is (11,64,42). Sum of RGB (Red+Green+Blue) = 11+64+42=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #0B402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B402A is #F4BFD5. Grayscale: #2D2D2D. Windows color (decimal): -16039894 or 2768907. OLE color: 2768907.
HSL color Cylindrical-coordinate representation of color #0B402A: hue angle of 155.09º 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 #0B402A is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 42 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.75 |
| HSL | 155.09º | 0.71% | 0.15% | - |
| HSV(B) | 155.09º | 0.83% | 0.25% | - |
| XYZ | 2.39 | 3.91 | 2.82 | - |
| YUV | 45.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 42 | 0.83 | 0 | 0.34 | 0.75 | 155.09 | 0.71 | 0.15 |
| Hex | B | 40 | 2A | 53 | 0 | 22 | 4B | 9B | 47 | F |
| Octal | 13 | 100 | 52 | 123 | 0 | 42 | 113 | 233 | 107 | 17 |
| Binary | 1011 | 1000000 | 101010 | 1010011 | 0 | 100010 | 1001011 | 10011011 | 1000111 | 1111 |
Color Harmonies of #0B402A
Complementary color
Monochromatic Colors of #0B402A
Black with #0B402A
Text Example
Text Example
White with #0B402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B402A; }
p { color: rgb(11,64,42); }
H1.HeaderClassName
{
color: #0B402A;
}
.AnyTagClassName
{
color: #0B402A;
}
</style>
background-color css
<style>
a { background-color: #0B402A; }
a { background-color: rgb(11,64,42); }
div.DivClassName
{
background-color: #0B402A;
}
.BgClassName
{
background-color: #0B402A;
}
</style>
border-color css
<style>
span { border-color: #0B402A; }
span { border-color: rgb(11,64,42); }
td.TdClassName
{
border-color: #0B402A;
}
.TagClassName
{
border-color: #0B402A;
}
</style>