Shades of British Racing Green #003812
Tints of British Racing Green #003812
RGB
CMYK
RGB Variations
Color information
#003812 (or 0x003812) is known color: British Racing Green. HEX triplet: 00, 38 and 12. RGB value is (0,56,18). Sum of RGB (Red+Green+Blue) = 0+56+18=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #003812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003812 is #FFC7ED. Grayscale: #232323. Windows color (decimal): -16762862 or 1193984. OLE color: 1193984.
HSL color Cylindrical-coordinate representation of color #003812: hue angle of 139.29º 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 #003812 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 56 | 18 | - |
| CMYK | 1 | 0 | 0.68 | 0.78 |
| HSL | 139.29º | 1% | 0.11% | - |
| HSV(B) | 139.29º | 1% | 0.22% | - |
| XYZ | 1.52 | 2.87 | 1.05 | - |
| YUV | 34.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 18 | 1 | 0 | 0.68 | 0.78 | 139.29 | 1 | 0.11 |
| Hex | 0 | 38 | 12 | 64 | 0 | 44 | 4E | 8B | 64 | B |
| Octal | 0 | 70 | 22 | 144 | 0 | 104 | 116 | 213 | 144 | 13 |
| Binary | 0 | 111000 | 10010 | 1100100 | 0 | 1000100 | 1001110 | 10001011 | 1100100 | 1011 |
Color Harmonies of #003812
Complementary color
Monochromatic Colors of #003812
Black with #003812
Text Example
Text Example
White with #003812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003812; }
p { color: rgb(0,56,18); }
H1.HeaderClassName
{
color: #003812;
}
.AnyTagClassName
{
color: #003812;
}
</style>
background-color css
<style>
a { background-color: #003812; }
a { background-color: rgb(0,56,18); }
div.DivClassName
{
background-color: #003812;
}
.BgClassName
{
background-color: #003812;
}
</style>
border-color css
<style>
span { border-color: #003812; }
span { border-color: rgb(0,56,18); }
td.TdClassName
{
border-color: #003812;
}
.TagClassName
{
border-color: #003812;
}
</style>