Shades of British Racing Green #003C1B
Tints of British Racing Green #003C1B
RGB
CMYK
RGB Variations
Color information
#003C1B (or 0x003C1B) is known color: British Racing Green. HEX triplet: 00, 3C and 1B. RGB value is (0,60,27). Sum of RGB (Red+Green+Blue) = 0+60+27=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 60 (23.83% from 255 or 68.97% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 60 - color contains mainly: green. Hex color #003C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C1B is #FFC3E4. Grayscale: #262626. Windows color (decimal): -16761829 or 1784832. OLE color: 1784832.
HSL color Cylindrical-coordinate representation of color #003C1B: hue angle of 147º 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 #003C1B is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 27 | - |
| CMYK | 1 | 0 | 0.55 | 0.76 |
| HSL | 147º | 1% | 0.12% | - |
| HSV(B) | 147º | 1% | 0.24% | - |
| XYZ | 1.81 | 3.31 | 1.58 | - |
| YUV | 38.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 27 | 1 | 0 | 0.55 | 0.76 | 147 | 1 | 0.12 |
| Hex | 0 | 3C | 1B | 64 | 0 | 37 | 4C | 93 | 64 | C |
| Octal | 0 | 74 | 33 | 144 | 0 | 67 | 114 | 223 | 144 | 14 |
| Binary | 0 | 111100 | 11011 | 1100100 | 0 | 110111 | 1001100 | 10010011 | 1100100 | 1100 |
Color Harmonies of #003C1B
Complementary color
Monochromatic Colors of #003C1B
Black with #003C1B
Text Example
Text Example
White with #003C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C1B; }
p { color: rgb(0,60,27); }
H1.HeaderClassName
{
color: #003C1B;
}
.AnyTagClassName
{
color: #003C1B;
}
</style>
background-color css
<style>
a { background-color: #003C1B; }
a { background-color: rgb(0,60,27); }
div.DivClassName
{
background-color: #003C1B;
}
.BgClassName
{
background-color: #003C1B;
}
</style>
border-color css
<style>
span { border-color: #003C1B; }
span { border-color: rgb(0,60,27); }
td.TdClassName
{
border-color: #003C1B;
}
.TagClassName
{
border-color: #003C1B;
}
</style>