Shades of British Racing Green #003D1E
Tints of British Racing Green #003D1E
RGB
CMYK
RGB Variations
Color information
#003D1E (or 0x003D1E) is known color: British Racing Green. HEX triplet: 00, 3D and 1E. RGB value is (0,61,30). Sum of RGB (Red+Green+Blue) = 0+61+30=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 61 (24.22% from 255 or 67.03% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 61 - color contains mainly: green. Hex color #003D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D1E is #FFC2E1. Grayscale: #272727. Windows color (decimal): -16761570 or 1981696. OLE color: 1981696.
HSL color Cylindrical-coordinate representation of color #003D1E: hue angle of 149.51º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D1E is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 61 | 30 | - |
| CMYK | 1 | 0 | 0.51 | 0.76 |
| HSL | 149.51º | 1% | 0.12% | - |
| HSV(B) | 149.51º | 1% | 0.24% | - |
| XYZ | 1.9 | 3.43 | 1.79 | - |
| YUV | 39.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 30 | 1 | 0 | 0.51 | 0.76 | 149.51 | 1 | 0.12 |
| Hex | 0 | 3D | 1E | 64 | 0 | 33 | 4C | 96 | 64 | C |
| Octal | 0 | 75 | 36 | 144 | 0 | 63 | 114 | 226 | 144 | 14 |
| Binary | 0 | 111101 | 11110 | 1100100 | 0 | 110011 | 1001100 | 10010110 | 1100100 | 1100 |
Color Harmonies of #003D1E
Complementary color
Monochromatic Colors of #003D1E
Black with #003D1E
Text Example
Text Example
White with #003D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D1E; }
p { color: rgb(0,61,30); }
H1.HeaderClassName
{
color: #003D1E;
}
.AnyTagClassName
{
color: #003D1E;
}
</style>
background-color css
<style>
a { background-color: #003D1E; }
a { background-color: rgb(0,61,30); }
div.DivClassName
{
background-color: #003D1E;
}
.BgClassName
{
background-color: #003D1E;
}
</style>
border-color css
<style>
span { border-color: #003D1E; }
span { border-color: rgb(0,61,30); }
td.TdClassName
{
border-color: #003D1E;
}
.TagClassName
{
border-color: #003D1E;
}
</style>