Shades of British Racing Green #003A16
Tints of British Racing Green #003A16
RGB
CMYK
RGB Variations
Color information
#003A16 (or 0x003A16) is known color: British Racing Green. HEX triplet: 00, 3A and 16. RGB value is (0,58,22). Sum of RGB (Red+Green+Blue) = 0+58+22=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 58 (23.05% from 255 or 72.5% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 58 - color contains mainly: green. Hex color #003A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A16 is #FFC5E9. Grayscale: #242424. Windows color (decimal): -16762346 or 1456640. OLE color: 1456640.
HSL color Cylindrical-coordinate representation of color #003A16: hue angle of 142.76º 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 #003A16 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 58 | 22 | - |
| CMYK | 1 | 0 | 0.62 | 0.77 |
| HSL | 142.76º | 1% | 0.11% | - |
| HSV(B) | 142.76º | 1% | 0.23% | - |
| XYZ | 1.66 | 3.08 | 1.27 | - |
| YUV | 36.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 22 | 1 | 0 | 0.62 | 0.77 | 142.76 | 1 | 0.11 |
| Hex | 0 | 3A | 16 | 64 | 0 | 3E | 4D | 8F | 64 | B |
| Octal | 0 | 72 | 26 | 144 | 0 | 76 | 115 | 217 | 144 | 13 |
| Binary | 0 | 111010 | 10110 | 1100100 | 0 | 111110 | 1001101 | 10001111 | 1100100 | 1011 |
Color Harmonies of #003A16
Complementary color
Monochromatic Colors of #003A16
Black with #003A16
Text Example
Text Example
White with #003A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A16; }
p { color: rgb(0,58,22); }
H1.HeaderClassName
{
color: #003A16;
}
.AnyTagClassName
{
color: #003A16;
}
</style>
background-color css
<style>
a { background-color: #003A16; }
a { background-color: rgb(0,58,22); }
div.DivClassName
{
background-color: #003A16;
}
.BgClassName
{
background-color: #003A16;
}
</style>
border-color css
<style>
span { border-color: #003A16; }
span { border-color: rgb(0,58,22); }
td.TdClassName
{
border-color: #003A16;
}
.TagClassName
{
border-color: #003A16;
}
</style>