Shades of British Racing Green #003A1B
Tints of British Racing Green #003A1B
RGB
CMYK
RGB Variations
Color information
#003A1B (or 0x003A1B) is known color: British Racing Green. HEX triplet: 00, 3A and 1B. RGB value is (0,58,27). Sum of RGB (Red+Green+Blue) = 0+58+27=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 58 (23.05% from 255 or 68.24% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 58 - color contains mainly: green. Hex color #003A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A1B is #FFC5E4. Grayscale: #252525. Windows color (decimal): -16762341 or 1784320. OLE color: 1784320.
HSL color Cylindrical-coordinate representation of color #003A1B: hue angle of 147.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A1B is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 58 | 27 | - |
| CMYK | 1 | 0 | 0.53 | 0.77 |
| HSL | 147.93º | 1% | 0.11% | - |
| HSV(B) | 147.93º | 1% | 0.23% | - |
| XYZ | 1.71 | 3.11 | 1.55 | - |
| YUV | 37.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 27 | 1 | 0 | 0.53 | 0.77 | 147.93 | 1 | 0.11 |
| Hex | 0 | 3A | 1B | 64 | 0 | 35 | 4D | 94 | 64 | B |
| Octal | 0 | 72 | 33 | 144 | 0 | 65 | 115 | 224 | 144 | 13 |
| Binary | 0 | 111010 | 11011 | 1100100 | 0 | 110101 | 1001101 | 10010100 | 1100100 | 1011 |
Color Harmonies of #003A1B
Complementary color
Monochromatic Colors of #003A1B
Black with #003A1B
Text Example
Text Example
White with #003A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A1B; }
p { color: rgb(0,58,27); }
H1.HeaderClassName
{
color: #003A1B;
}
.AnyTagClassName
{
color: #003A1B;
}
</style>
background-color css
<style>
a { background-color: #003A1B; }
a { background-color: rgb(0,58,27); }
div.DivClassName
{
background-color: #003A1B;
}
.BgClassName
{
background-color: #003A1B;
}
</style>
border-color css
<style>
span { border-color: #003A1B; }
span { border-color: rgb(0,58,27); }
td.TdClassName
{
border-color: #003A1B;
}
.TagClassName
{
border-color: #003A1B;
}
</style>