Shades of British Racing Green #003915
Tints of British Racing Green #003915
RGB
CMYK
RGB Variations
Color information
#003915 (or 0x003915) is known color: British Racing Green. HEX triplet: 00, 39 and 15. RGB value is (0,57,21). Sum of RGB (Red+Green+Blue) = 0+57+21=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #003915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003915 is #FFC6EA. Grayscale: #232323. Windows color (decimal): -16762603 or 1390848. OLE color: 1390848.
HSL color Cylindrical-coordinate representation of color #003915: hue angle of 142.11º 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 #003915 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 21 | - |
| CMYK | 1 | 0 | 0.63 | 0.78 |
| HSL | 142.11º | 1% | 0.11% | - |
| HSV(B) | 142.11º | 1% | 0.22% | - |
| XYZ | 1.6 | 2.98 | 1.2 | - |
| YUV | 35.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 21 | 1 | 0 | 0.63 | 0.78 | 142.11 | 1 | 0.11 |
| Hex | 0 | 39 | 15 | 64 | 0 | 3F | 4E | 8E | 64 | B |
| Octal | 0 | 71 | 25 | 144 | 0 | 77 | 116 | 216 | 144 | 13 |
| Binary | 0 | 111001 | 10101 | 1100100 | 0 | 111111 | 1001110 | 10001110 | 1100100 | 1011 |
Color Harmonies of #003915
Complementary color
Monochromatic Colors of #003915
Black with #003915
Text Example
Text Example
White with #003915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003915; }
p { color: rgb(0,57,21); }
H1.HeaderClassName
{
color: #003915;
}
.AnyTagClassName
{
color: #003915;
}
</style>
background-color css
<style>
a { background-color: #003915; }
a { background-color: rgb(0,57,21); }
div.DivClassName
{
background-color: #003915;
}
.BgClassName
{
background-color: #003915;
}
</style>
border-color css
<style>
span { border-color: #003915; }
span { border-color: rgb(0,57,21); }
td.TdClassName
{
border-color: #003915;
}
.TagClassName
{
border-color: #003915;
}
</style>