Shades of British Racing Green #003816
Tints of British Racing Green #003816
RGB
CMYK
RGB Variations
Color information
#003816 (or 0x003816) is known color: British Racing Green. HEX triplet: 00, 38 and 16. RGB value is (0,56,22). Sum of RGB (Red+Green+Blue) = 0+56+22=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #003816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003816 is #FFC7E9. Grayscale: #232323. Windows color (decimal): -16762858 or 1456128. OLE color: 1456128.
HSL color Cylindrical-coordinate representation of color #003816: hue angle of 143.57º 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 #003816 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 56 | 22 | - |
| CMYK | 1 | 0 | 0.61 | 0.78 |
| HSL | 143.57º | 1% | 0.11% | - |
| HSV(B) | 143.57º | 1% | 0.22% | - |
| XYZ | 1.56 | 2.89 | 1.23 | - |
| YUV | 35.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 22 | 1 | 0 | 0.61 | 0.78 | 143.57 | 1 | 0.11 |
| Hex | 0 | 38 | 16 | 64 | 0 | 3D | 4E | 90 | 64 | B |
| Octal | 0 | 70 | 26 | 144 | 0 | 75 | 116 | 220 | 144 | 13 |
| Binary | 0 | 111000 | 10110 | 1100100 | 0 | 111101 | 1001110 | 10010000 | 1100100 | 1011 |
Color Harmonies of #003816
Complementary color
Monochromatic Colors of #003816
Black with #003816
Text Example
Text Example
White with #003816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003816; }
p { color: rgb(0,56,22); }
H1.HeaderClassName
{
color: #003816;
}
.AnyTagClassName
{
color: #003816;
}
</style>
background-color css
<style>
a { background-color: #003816; }
a { background-color: rgb(0,56,22); }
div.DivClassName
{
background-color: #003816;
}
.BgClassName
{
background-color: #003816;
}
</style>
border-color css
<style>
span { border-color: #003816; }
span { border-color: rgb(0,56,22); }
td.TdClassName
{
border-color: #003816;
}
.TagClassName
{
border-color: #003816;
}
</style>