Shades of British Racing Green #003D13
Tints of British Racing Green #003D13
RGB
CMYK
RGB Variations
Color information
#003D13 (or 0x003D13) is known color: British Racing Green. HEX triplet: 00, 3D and 13. RGB value is (0,61,19). Sum of RGB (Red+Green+Blue) = 0+61+19=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 61 (24.22% from 255 or 76.25% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 61 - color contains mainly: green. Hex color #003D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003D13 is #FFC2EC. Grayscale: #262626. Windows color (decimal): -16761581 or 1260800. OLE color: 1260800.
HSL color Cylindrical-coordinate representation of color #003D13: hue angle of 138.69º 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 #003D13 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 61 | 19 | - |
| CMYK | 1 | 0 | 0.69 | 0.76 |
| HSL | 138.69º | 1% | 0.12% | - |
| HSV(B) | 138.69º | 1% | 0.24% | - |
| XYZ | 1.79 | 3.38 | 1.18 | - |
| YUV | 37.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 19 | 1 | 0 | 0.69 | 0.76 | 138.69 | 1 | 0.12 |
| Hex | 0 | 3D | 13 | 64 | 0 | 45 | 4C | 8B | 64 | C |
| Octal | 0 | 75 | 23 | 144 | 0 | 105 | 114 | 213 | 144 | 14 |
| Binary | 0 | 111101 | 10011 | 1100100 | 0 | 1000101 | 1001100 | 10001011 | 1100100 | 1100 |
Color Harmonies of #003D13
Complementary color
Monochromatic Colors of #003D13
Black with #003D13
Text Example
Text Example
White with #003D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D13; }
p { color: rgb(0,61,19); }
H1.HeaderClassName
{
color: #003D13;
}
.AnyTagClassName
{
color: #003D13;
}
</style>
background-color css
<style>
a { background-color: #003D13; }
a { background-color: rgb(0,61,19); }
div.DivClassName
{
background-color: #003D13;
}
.BgClassName
{
background-color: #003D13;
}
</style>
border-color css
<style>
span { border-color: #003D13; }
span { border-color: rgb(0,61,19); }
td.TdClassName
{
border-color: #003D13;
}
.TagClassName
{
border-color: #003D13;
}
</style>