Shades of British Racing Green #003C10
Tints of British Racing Green #003C10
RGB
CMYK
RGB Variations
Color information
#003C10 (or 0x003C10) is known color: British Racing Green. HEX triplet: 00, 3C and 10. RGB value is (0,60,16). Sum of RGB (Red+Green+Blue) = 0+60+16=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 60 (23.83% from 255 or 78.95% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 60 - color contains mainly: green. Hex color #003C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003C10 is #FFC3EF. Grayscale: #252525. Windows color (decimal): -16761840 or 1063936. OLE color: 1063936.
HSL color Cylindrical-coordinate representation of color #003C10: hue angle of 136º 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 #003C10 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 16 | - |
| CMYK | 1 | 0 | 0.73 | 0.76 |
| HSL | 136º | 1% | 0.12% | - |
| HSV(B) | 136º | 1% | 0.24% | - |
| XYZ | 1.71 | 3.27 | 1.03 | - |
| YUV | 37.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 16 | 1 | 0 | 0.73 | 0.76 | 136 | 1 | 0.12 |
| Hex | 0 | 3C | 10 | 64 | 0 | 49 | 4C | 88 | 64 | C |
| Octal | 0 | 74 | 20 | 144 | 0 | 111 | 114 | 210 | 144 | 14 |
| Binary | 0 | 111100 | 10000 | 1100100 | 0 | 1001001 | 1001100 | 10001000 | 1100100 | 1100 |
Color Harmonies of #003C10
Complementary color
Monochromatic Colors of #003C10
Black with #003C10
Text Example
Text Example
White with #003C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C10; }
p { color: rgb(0,60,16); }
H1.HeaderClassName
{
color: #003C10;
}
.AnyTagClassName
{
color: #003C10;
}
</style>
background-color css
<style>
a { background-color: #003C10; }
a { background-color: rgb(0,60,16); }
div.DivClassName
{
background-color: #003C10;
}
.BgClassName
{
background-color: #003C10;
}
</style>
border-color css
<style>
span { border-color: #003C10; }
span { border-color: rgb(0,60,16); }
td.TdClassName
{
border-color: #003C10;
}
.TagClassName
{
border-color: #003C10;
}
</style>