Shades of British Racing Green #003D15
Tints of British Racing Green #003D15
RGB
CMYK
RGB Variations
Color information
#003D15 (or 0x003D15) is known color: British Racing Green. HEX triplet: 00, 3D and 15. RGB value is (0,61,21). Sum of RGB (Red+Green+Blue) = 0+61+21=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 61 (24.22% from 255 or 74.39% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 61 - color contains mainly: green. Hex color #003D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003D15 is #FFC2EA. Grayscale: #262626. Windows color (decimal): -16761579 or 1391872. OLE color: 1391872.
HSL color Cylindrical-coordinate representation of color #003D15: hue angle of 140.66º 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 #003D15 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 61 | 21 | - |
| CMYK | 1 | 0 | 0.66 | 0.76 |
| HSL | 140.66º | 1% | 0.12% | - |
| HSV(B) | 140.66º | 1% | 0.24% | - |
| XYZ | 1.8 | 3.39 | 1.27 | - |
| YUV | 38.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 21 | 1 | 0 | 0.66 | 0.76 | 140.66 | 1 | 0.12 |
| Hex | 0 | 3D | 15 | 64 | 0 | 42 | 4C | 8D | 64 | C |
| Octal | 0 | 75 | 25 | 144 | 0 | 102 | 114 | 215 | 144 | 14 |
| Binary | 0 | 111101 | 10101 | 1100100 | 0 | 1000010 | 1001100 | 10001101 | 1100100 | 1100 |
Color Harmonies of #003D15
Complementary color
Monochromatic Colors of #003D15
Black with #003D15
Text Example
Text Example
White with #003D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D15; }
p { color: rgb(0,61,21); }
H1.HeaderClassName
{
color: #003D15;
}
.AnyTagClassName
{
color: #003D15;
}
</style>
background-color css
<style>
a { background-color: #003D15; }
a { background-color: rgb(0,61,21); }
div.DivClassName
{
background-color: #003D15;
}
.BgClassName
{
background-color: #003D15;
}
</style>
border-color css
<style>
span { border-color: #003D15; }
span { border-color: rgb(0,61,21); }
td.TdClassName
{
border-color: #003D15;
}
.TagClassName
{
border-color: #003D15;
}
</style>