Shades of British Racing Green #003918
Tints of British Racing Green #003918
RGB
CMYK
RGB Variations
Color information
#003918 (or 0x003918) is known color: British Racing Green. HEX triplet: 00, 39 and 18. RGB value is (0,57,24). Sum of RGB (Red+Green+Blue) = 0+57+24=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #003918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003918 is #FFC6E7. Grayscale: #242424. Windows color (decimal): -16762600 or 1587456. OLE color: 1587456.
HSL color Cylindrical-coordinate representation of color #003918: hue angle of 145.26º 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 #003918 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 24 | - |
| CMYK | 1 | 0 | 0.58 | 0.78 |
| HSL | 145.26º | 1% | 0.11% | - |
| HSV(B) | 145.26º | 1% | 0.22% | - |
| XYZ | 1.63 | 2.99 | 1.36 | - |
| YUV | 36.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 24 | 1 | 0 | 0.58 | 0.78 | 145.26 | 1 | 0.11 |
| Hex | 0 | 39 | 18 | 64 | 0 | 3A | 4E | 91 | 64 | B |
| Octal | 0 | 71 | 30 | 144 | 0 | 72 | 116 | 221 | 144 | 13 |
| Binary | 0 | 111001 | 11000 | 1100100 | 0 | 111010 | 1001110 | 10010001 | 1100100 | 1011 |
Color Harmonies of #003918
Complementary color
Monochromatic Colors of #003918
Black with #003918
Text Example
Text Example
White with #003918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003918; }
p { color: rgb(0,57,24); }
H1.HeaderClassName
{
color: #003918;
}
.AnyTagClassName
{
color: #003918;
}
</style>
background-color css
<style>
a { background-color: #003918; }
a { background-color: rgb(0,57,24); }
div.DivClassName
{
background-color: #003918;
}
.BgClassName
{
background-color: #003918;
}
</style>
border-color css
<style>
span { border-color: #003918; }
span { border-color: rgb(0,57,24); }
td.TdClassName
{
border-color: #003918;
}
.TagClassName
{
border-color: #003918;
}
</style>