Shades of British Racing Green #003B1B
Tints of British Racing Green #003B1B
RGB
CMYK
RGB Variations
Color information
#003B1B (or 0x003B1B) is known color: British Racing Green. HEX triplet: 00, 3B and 1B. RGB value is (0,59,27). Sum of RGB (Red+Green+Blue) = 0+59+27=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 59 (23.44% from 255 or 68.60% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 59 - color contains mainly: green. Hex color #003B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B1B is #FFC4E4. Grayscale: #252525. Windows color (decimal): -16762085 or 1784576. OLE color: 1784576.
HSL color Cylindrical-coordinate representation of color #003B1B: hue angle of 147.46º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B1B is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 59 | 27 | - |
| CMYK | 1 | 0 | 0.54 | 0.77 |
| HSL | 147.46º | 1% | 0.12% | - |
| HSV(B) | 147.46º | 1% | 0.23% | - |
| XYZ | 1.76 | 3.21 | 1.56 | - |
| YUV | 37.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 27 | 1 | 0 | 0.54 | 0.77 | 147.46 | 1 | 0.12 |
| Hex | 0 | 3B | 1B | 64 | 0 | 36 | 4D | 93 | 64 | C |
| Octal | 0 | 73 | 33 | 144 | 0 | 66 | 115 | 223 | 144 | 14 |
| Binary | 0 | 111011 | 11011 | 1100100 | 0 | 110110 | 1001101 | 10010011 | 1100100 | 1100 |
Color Harmonies of #003B1B
Complementary color
Monochromatic Colors of #003B1B
Black with #003B1B
Text Example
Text Example
White with #003B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B1B; }
p { color: rgb(0,59,27); }
H1.HeaderClassName
{
color: #003B1B;
}
.AnyTagClassName
{
color: #003B1B;
}
</style>
background-color css
<style>
a { background-color: #003B1B; }
a { background-color: rgb(0,59,27); }
div.DivClassName
{
background-color: #003B1B;
}
.BgClassName
{
background-color: #003B1B;
}
</style>
border-color css
<style>
span { border-color: #003B1B; }
span { border-color: rgb(0,59,27); }
td.TdClassName
{
border-color: #003B1B;
}
.TagClassName
{
border-color: #003B1B;
}
</style>