Shades of British Racing Green #003A11
Tints of British Racing Green #003A11
RGB
CMYK
RGB Variations
Color information
#003A11 (or 0x003A11) is known color: British Racing Green. HEX triplet: 00, 3A and 11. RGB value is (0,58,17). Sum of RGB (Red+Green+Blue) = 0+58+17=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 58 (23.05% from 255 or 77.33% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 58 - color contains mainly: green. Hex color #003A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A11 is #FFC5EE. Grayscale: #242424. Windows color (decimal): -16762351 or 1128960. OLE color: 1128960.
HSL color Cylindrical-coordinate representation of color #003A11: hue angle of 137.59º 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 #003A11 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 58 | 17 | - |
| CMYK | 1 | 0 | 0.71 | 0.77 |
| HSL | 137.59º | 1% | 0.11% | - |
| HSV(B) | 137.59º | 1% | 0.23% | - |
| XYZ | 1.61 | 3.07 | 1.04 | - |
| YUV | 35.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 17 | 1 | 0 | 0.71 | 0.77 | 137.59 | 1 | 0.11 |
| Hex | 0 | 3A | 11 | 64 | 0 | 47 | 4D | 8A | 64 | B |
| Octal | 0 | 72 | 21 | 144 | 0 | 107 | 115 | 212 | 144 | 13 |
| Binary | 0 | 111010 | 10001 | 1100100 | 0 | 1000111 | 1001101 | 10001010 | 1100100 | 1011 |
Color Harmonies of #003A11
Complementary color
Monochromatic Colors of #003A11
Black with #003A11
Text Example
Text Example
White with #003A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A11; }
p { color: rgb(0,58,17); }
H1.HeaderClassName
{
color: #003A11;
}
.AnyTagClassName
{
color: #003A11;
}
</style>
background-color css
<style>
a { background-color: #003A11; }
a { background-color: rgb(0,58,17); }
div.DivClassName
{
background-color: #003A11;
}
.BgClassName
{
background-color: #003A11;
}
</style>
border-color css
<style>
span { border-color: #003A11; }
span { border-color: rgb(0,58,17); }
td.TdClassName
{
border-color: #003A11;
}
.TagClassName
{
border-color: #003A11;
}
</style>