Shades of British Racing Green #003813
Tints of British Racing Green #003813
RGB
CMYK
RGB Variations
Color information
#003813 (or 0x003813) is known color: British Racing Green. HEX triplet: 00, 38 and 13. RGB value is (0,56,19). Sum of RGB (Red+Green+Blue) = 0+56+19=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #003813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003813 is #FFC7EC. Grayscale: #232323. Windows color (decimal): -16762861 or 1259520. OLE color: 1259520.
HSL color Cylindrical-coordinate representation of color #003813: hue angle of 140.36º 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 #003813 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 56 | 19 | - |
| CMYK | 1 | 0 | 0.66 | 0.78 |
| HSL | 140.36º | 1% | 0.11% | - |
| HSV(B) | 140.36º | 1% | 0.22% | - |
| XYZ | 1.53 | 2.88 | 1.09 | - |
| YUV | 35.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 19 | 1 | 0 | 0.66 | 0.78 | 140.36 | 1 | 0.11 |
| Hex | 0 | 38 | 13 | 64 | 0 | 42 | 4E | 8C | 64 | B |
| Octal | 0 | 70 | 23 | 144 | 0 | 102 | 116 | 214 | 144 | 13 |
| Binary | 0 | 111000 | 10011 | 1100100 | 0 | 1000010 | 1001110 | 10001100 | 1100100 | 1011 |
Color Harmonies of #003813
Complementary color
Monochromatic Colors of #003813
Black with #003813
Text Example
Text Example
White with #003813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003813; }
p { color: rgb(0,56,19); }
H1.HeaderClassName
{
color: #003813;
}
.AnyTagClassName
{
color: #003813;
}
</style>
background-color css
<style>
a { background-color: #003813; }
a { background-color: rgb(0,56,19); }
div.DivClassName
{
background-color: #003813;
}
.BgClassName
{
background-color: #003813;
}
</style>
border-color css
<style>
span { border-color: #003813; }
span { border-color: rgb(0,56,19); }
td.TdClassName
{
border-color: #003813;
}
.TagClassName
{
border-color: #003813;
}
</style>