Shades of British Racing Green #0B3F23
Tints of British Racing Green #0B3F23
RGB
CMYK
RGB Variations
Color information
#0B3F23 (or 0x0B3F23) is known color: British Racing Green. HEX triplet: 0B, 3F and 23. RGB value is (11,63,35). Sum of RGB (Red+Green+Blue) = 11+63+35=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #0B3F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3F23 is #F4C0DC. Grayscale: #2C2C2C. Windows color (decimal): -16040157 or 2309899. OLE color: 2309899.
HSL color Cylindrical-coordinate representation of color #0B3F23: hue angle of 147.69º degrees, saturation: 0.7, 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 #0B3F23 is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 63 | 35 | - |
| CMYK | 0.83 | 0 | 0.44 | 0.75 |
| HSL | 147.69º | 0.7% | 0.15% | - |
| HSV(B) | 147.69º | 0.83% | 0.25% | - |
| XYZ | 2.22 | 3.75 | 2.2 | - |
| YUV | 44.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 63 | 35 | 0.83 | 0 | 0.44 | 0.75 | 147.69 | 0.7 | 0.15 |
| Hex | B | 3F | 23 | 53 | 0 | 2C | 4B | 94 | 46 | F |
| Octal | 13 | 77 | 43 | 123 | 0 | 54 | 113 | 224 | 106 | 17 |
| Binary | 1011 | 111111 | 100011 | 1010011 | 0 | 101100 | 1001011 | 10010100 | 1000110 | 1111 |
Color Harmonies of #0B3F23
Complementary color
Monochromatic Colors of #0B3F23
Black with #0B3F23
Text Example
Text Example
White with #0B3F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3F23; }
p { color: rgb(11,63,35); }
H1.HeaderClassName
{
color: #0B3F23;
}
.AnyTagClassName
{
color: #0B3F23;
}
</style>
background-color css
<style>
a { background-color: #0B3F23; }
a { background-color: rgb(11,63,35); }
div.DivClassName
{
background-color: #0B3F23;
}
.BgClassName
{
background-color: #0B3F23;
}
</style>
border-color css
<style>
span { border-color: #0B3F23; }
span { border-color: rgb(11,63,35); }
td.TdClassName
{
border-color: #0B3F23;
}
.TagClassName
{
border-color: #0B3F23;
}
</style>