Shades of British Racing Green #003C1E
Tints of British Racing Green #003C1E
RGB
CMYK
RGB Variations
Color information
#003C1E (or 0x003C1E) is known color: British Racing Green. HEX triplet: 00, 3C and 1E. RGB value is (0,60,30). Sum of RGB (Red+Green+Blue) = 0+60+30=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 60 (23.83% from 255 or 66.67% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 60 - color contains mainly: green. Hex color #003C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C1E is #FFC3E1. Grayscale: #262626. Windows color (decimal): -16761826 or 1981440. OLE color: 1981440.
HSL color Cylindrical-coordinate representation of color #003C1E: hue angle of 150º 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 #003C1E is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 30 | - |
| CMYK | 1 | 0 | 0.50 | 0.76 |
| HSL | 150º | 1% | 0.12% | - |
| HSV(B) | 150º | 1% | 0.24% | - |
| XYZ | 1.85 | 3.33 | 1.77 | - |
| YUV | 38.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 30 | 1 | 0 | 0.50 | 0.76 | 150 | 1 | 0.12 |
| Hex | 0 | 3C | 1E | 64 | 0 | 32 | 4C | 96 | 64 | C |
| Octal | 0 | 74 | 36 | 144 | 0 | 62 | 114 | 226 | 144 | 14 |
| Binary | 0 | 111100 | 11110 | 1100100 | 0 | 110010 | 1001100 | 10010110 | 1100100 | 1100 |
Color Harmonies of #003C1E
Complementary color
Monochromatic Colors of #003C1E
Black with #003C1E
Text Example
Text Example
White with #003C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C1E; }
p { color: rgb(0,60,30); }
H1.HeaderClassName
{
color: #003C1E;
}
.AnyTagClassName
{
color: #003C1E;
}
</style>
background-color css
<style>
a { background-color: #003C1E; }
a { background-color: rgb(0,60,30); }
div.DivClassName
{
background-color: #003C1E;
}
.BgClassName
{
background-color: #003C1E;
}
</style>
border-color css
<style>
span { border-color: #003C1E; }
span { border-color: rgb(0,60,30); }
td.TdClassName
{
border-color: #003C1E;
}
.TagClassName
{
border-color: #003C1E;
}
</style>