Shades of British Racing Green #0B4025
Tints of British Racing Green #0B4025
RGB
CMYK
RGB Variations
Color information
#0B4025 (or 0x0B4025) is known color: British Racing Green. HEX triplet: 0B, 40 and 25. RGB value is (11,64,37). Sum of RGB (Red+Green+Blue) = 11+64+37=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4025 is #F4BFDA. Grayscale: #2D2D2D. Windows color (decimal): -16039899 or 2441227. OLE color: 2441227.
HSL color Cylindrical-coordinate representation of color #0B4025: hue angle of 149.43º 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 #0B4025 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 37 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.75 |
| HSL | 149.43º | 0.71% | 0.15% | - |
| HSV(B) | 149.43º | 0.83% | 0.25% | - |
| XYZ | 2.31 | 3.87 | 2.38 | - |
| YUV | 45.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 37 | 0.83 | 0 | 0.42 | 0.75 | 149.43 | 0.71 | 0.15 |
| Hex | B | 40 | 25 | 53 | 0 | 2A | 4B | 95 | 47 | F |
| Octal | 13 | 100 | 45 | 123 | 0 | 52 | 113 | 225 | 107 | 17 |
| Binary | 1011 | 1000000 | 100101 | 1010011 | 0 | 101010 | 1001011 | 10010101 | 1000111 | 1111 |
Color Harmonies of #0B4025
Complementary color
Monochromatic Colors of #0B4025
Black with #0B4025
Text Example
Text Example
White with #0B4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4025; }
p { color: rgb(11,64,37); }
H1.HeaderClassName
{
color: #0B4025;
}
.AnyTagClassName
{
color: #0B4025;
}
</style>
background-color css
<style>
a { background-color: #0B4025; }
a { background-color: rgb(11,64,37); }
div.DivClassName
{
background-color: #0B4025;
}
.BgClassName
{
background-color: #0B4025;
}
</style>
border-color css
<style>
span { border-color: #0B4025; }
span { border-color: rgb(11,64,37); }
td.TdClassName
{
border-color: #0B4025;
}
.TagClassName
{
border-color: #0B4025;
}
</style>