Shades of British Racing Green #0B3923
Tints of British Racing Green #0B3923
RGB
CMYK
RGB Variations
Color information
#0B3923 (or 0x0B3923) is known color: British Racing Green. HEX triplet: 0B, 39 and 23. RGB value is (11,57,35). Sum of RGB (Red+Green+Blue) = 11+57+35=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3923 is #F4C6DC. Grayscale: #282828. Windows color (decimal): -16041693 or 2308363. OLE color: 2308363.
HSL color Cylindrical-coordinate representation of color #0B3923: hue angle of 151.3º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3923 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 57 | 35 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.78 |
| HSL | 151.3º | 0.68% | 0.13% | - |
| HSV(B) | 151.3º | 0.81% | 0.22% | - |
| XYZ | 1.9 | 3.12 | 2.09 | - |
| YUV | 40.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 35 | 0.81 | 0 | 0.39 | 0.78 | 151.3 | 0.68 | 0.13 |
| Hex | B | 39 | 23 | 51 | 0 | 27 | 4E | 97 | 44 | D |
| Octal | 13 | 71 | 43 | 121 | 0 | 47 | 116 | 227 | 104 | 15 |
| Binary | 1011 | 111001 | 100011 | 1010001 | 0 | 100111 | 1001110 | 10010111 | 1000100 | 1101 |
Color Harmonies of #0B3923
Complementary color
Monochromatic Colors of #0B3923
Black with #0B3923
Text Example
Text Example
White with #0B3923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3923; }
p { color: rgb(11,57,35); }
H1.HeaderClassName
{
color: #0B3923;
}
.AnyTagClassName
{
color: #0B3923;
}
</style>
background-color css
<style>
a { background-color: #0B3923; }
a { background-color: rgb(11,57,35); }
div.DivClassName
{
background-color: #0B3923;
}
.BgClassName
{
background-color: #0B3923;
}
</style>
border-color css
<style>
span { border-color: #0B3923; }
span { border-color: rgb(11,57,35); }
td.TdClassName
{
border-color: #0B3923;
}
.TagClassName
{
border-color: #0B3923;
}
</style>