Shades of British Racing Green #003A13
Tints of British Racing Green #003A13
RGB
CMYK
RGB Variations
Color information
#003A13 (or 0x003A13) is known color: British Racing Green. HEX triplet: 00, 3A and 13. RGB value is (0,58,19). Sum of RGB (Red+Green+Blue) = 0+58+19=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 58 (23.05% from 255 or 75.32% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 58 - color contains mainly: green. Hex color #003A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A13 is #FFC5EC. Grayscale: #242424. Windows color (decimal): -16762349 or 1260032. OLE color: 1260032.
HSL color Cylindrical-coordinate representation of color #003A13: hue angle of 139.66º 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 #003A13 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 58 | 19 | - |
| CMYK | 1 | 0 | 0.67 | 0.77 |
| HSL | 139.66º | 1% | 0.11% | - |
| HSV(B) | 139.66º | 1% | 0.23% | - |
| XYZ | 1.63 | 3.07 | 1.12 | - |
| YUV | 36.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 19 | 1 | 0 | 0.67 | 0.77 | 139.66 | 1 | 0.11 |
| Hex | 0 | 3A | 13 | 64 | 0 | 43 | 4D | 8C | 64 | B |
| Octal | 0 | 72 | 23 | 144 | 0 | 103 | 115 | 214 | 144 | 13 |
| Binary | 0 | 111010 | 10011 | 1100100 | 0 | 1000011 | 1001101 | 10001100 | 1100100 | 1011 |
Color Harmonies of #003A13
Complementary color
Monochromatic Colors of #003A13
Black with #003A13
Text Example
Text Example
White with #003A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A13; }
p { color: rgb(0,58,19); }
H1.HeaderClassName
{
color: #003A13;
}
.AnyTagClassName
{
color: #003A13;
}
</style>
background-color css
<style>
a { background-color: #003A13; }
a { background-color: rgb(0,58,19); }
div.DivClassName
{
background-color: #003A13;
}
.BgClassName
{
background-color: #003A13;
}
</style>
border-color css
<style>
span { border-color: #003A13; }
span { border-color: rgb(0,58,19); }
td.TdClassName
{
border-color: #003A13;
}
.TagClassName
{
border-color: #003A13;
}
</style>