Shades of British Racing Green #003714
Tints of British Racing Green #003714
RGB
CMYK
RGB Variations
Color information
#003714 (or 0x003714) is known color: British Racing Green. HEX triplet: 00, 37 and 14. RGB value is (0,55,20). Sum of RGB (Red+Green+Blue) = 0+55+20=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 55 (21.88% from 255 or 73.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 55 - color contains mainly: green. Hex color #003714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003714 is #FFC8EB. Grayscale: #222222. Windows color (decimal): -16763116 or 1324800. OLE color: 1324800.
HSL color Cylindrical-coordinate representation of color #003714: hue angle of 141.82º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003714 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 20 | - |
| CMYK | 1 | 0 | 0.64 | 0.78 |
| HSL | 141.82º | 1% | 0.11% | - |
| HSV(B) | 141.82º | 1% | 0.22% | - |
| XYZ | 1.49 | 2.78 | 1.12 | - |
| YUV | 34.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 20 | 1 | 0 | 0.64 | 0.78 | 141.82 | 1 | 0.11 |
| Hex | 0 | 37 | 14 | 64 | 0 | 40 | 4E | 8E | 64 | B |
| Octal | 0 | 67 | 24 | 144 | 0 | 100 | 116 | 216 | 144 | 13 |
| Binary | 0 | 110111 | 10100 | 1100100 | 0 | 1000000 | 1001110 | 10001110 | 1100100 | 1011 |
Color Harmonies of #003714
Complementary color
Monochromatic Colors of #003714
Black with #003714
Text Example
Text Example
White with #003714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003714; }
p { color: rgb(0,55,20); }
H1.HeaderClassName
{
color: #003714;
}
.AnyTagClassName
{
color: #003714;
}
</style>
background-color css
<style>
a { background-color: #003714; }
a { background-color: rgb(0,55,20); }
div.DivClassName
{
background-color: #003714;
}
.BgClassName
{
background-color: #003714;
}
</style>
border-color css
<style>
span { border-color: #003714; }
span { border-color: rgb(0,55,20); }
td.TdClassName
{
border-color: #003714;
}
.TagClassName
{
border-color: #003714;
}
</style>