Shades of British Racing Green #003D1C
Tints of British Racing Green #003D1C
RGB
CMYK
RGB Variations
Color information
#003D1C (or 0x003D1C) is known color: British Racing Green. HEX triplet: 00, 3D and 1C. RGB value is (0,61,28). Sum of RGB (Red+Green+Blue) = 0+61+28=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 61 (24.22% from 255 or 68.54% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 61 - color contains mainly: green. Hex color #003D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D1C is #FFC2E3. Grayscale: #272727. Windows color (decimal): -16761572 or 1850624. OLE color: 1850624.
HSL color Cylindrical-coordinate representation of color #003D1C: hue angle of 147.54º 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 #003D1C is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 61 | 28 | - |
| CMYK | 1 | 0 | 0.54 | 0.76 |
| HSL | 147.54º | 1% | 0.12% | - |
| HSV(B) | 147.54º | 1% | 0.24% | - |
| XYZ | 1.88 | 3.42 | 1.66 | - |
| YUV | 39 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 28 | 1 | 0 | 0.54 | 0.76 | 147.54 | 1 | 0.12 |
| Hex | 0 | 3D | 1C | 64 | 0 | 36 | 4C | 94 | 64 | C |
| Octal | 0 | 75 | 34 | 144 | 0 | 66 | 114 | 224 | 144 | 14 |
| Binary | 0 | 111101 | 11100 | 1100100 | 0 | 110110 | 1001100 | 10010100 | 1100100 | 1100 |
Color Harmonies of #003D1C
Complementary color
Monochromatic Colors of #003D1C
Black with #003D1C
Text Example
Text Example
White with #003D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D1C; }
p { color: rgb(0,61,28); }
H1.HeaderClassName
{
color: #003D1C;
}
.AnyTagClassName
{
color: #003D1C;
}
</style>
background-color css
<style>
a { background-color: #003D1C; }
a { background-color: rgb(0,61,28); }
div.DivClassName
{
background-color: #003D1C;
}
.BgClassName
{
background-color: #003D1C;
}
</style>
border-color css
<style>
span { border-color: #003D1C; }
span { border-color: rgb(0,61,28); }
td.TdClassName
{
border-color: #003D1C;
}
.TagClassName
{
border-color: #003D1C;
}
</style>