Shades of British Racing Green #003814
Tints of British Racing Green #003814
RGB
CMYK
RGB Variations
Color information
#003814 (or 0x003814) is known color: British Racing Green. HEX triplet: 00, 38 and 14. RGB value is (0,56,20). Sum of RGB (Red+Green+Blue) = 0+56+20=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 56 (22.27% from 255 or 73.68% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 56 - color contains mainly: green. Hex color #003814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003814 is #FFC7EB. Grayscale: #232323. Windows color (decimal): -16762860 or 1325056. OLE color: 1325056.
HSL color Cylindrical-coordinate representation of color #003814: hue angle of 141.43º 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 #003814 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 56 | 20 | - |
| CMYK | 1 | 0 | 0.64 | 0.78 |
| HSL | 141.43º | 1% | 0.11% | - |
| HSV(B) | 141.43º | 1% | 0.22% | - |
| XYZ | 1.54 | 2.88 | 1.14 | - |
| YUV | 35.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 20 | 1 | 0 | 0.64 | 0.78 | 141.43 | 1 | 0.11 |
| Hex | 0 | 38 | 14 | 64 | 0 | 40 | 4E | 8D | 64 | B |
| Octal | 0 | 70 | 24 | 144 | 0 | 100 | 116 | 215 | 144 | 13 |
| Binary | 0 | 111000 | 10100 | 1100100 | 0 | 1000000 | 1001110 | 10001101 | 1100100 | 1011 |
Color Harmonies of #003814
Complementary color
Monochromatic Colors of #003814
Black with #003814
Text Example
Text Example
White with #003814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003814; }
p { color: rgb(0,56,20); }
H1.HeaderClassName
{
color: #003814;
}
.AnyTagClassName
{
color: #003814;
}
</style>
background-color css
<style>
a { background-color: #003814; }
a { background-color: rgb(0,56,20); }
div.DivClassName
{
background-color: #003814;
}
.BgClassName
{
background-color: #003814;
}
</style>
border-color css
<style>
span { border-color: #003814; }
span { border-color: rgb(0,56,20); }
td.TdClassName
{
border-color: #003814;
}
.TagClassName
{
border-color: #003814;
}
</style>