Shades of British Racing Green #003919
Tints of British Racing Green #003919
RGB
CMYK
RGB Variations
Color information
#003919 (or 0x003919) is known color: British Racing Green. HEX triplet: 00, 39 and 19. RGB value is (0,57,25). Sum of RGB (Red+Green+Blue) = 0+57+25=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 57 (22.66% from 255 or 69.51% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 57 - color contains mainly: green. Hex color #003919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003919 is #FFC6E6. Grayscale: #242424. Windows color (decimal): -16762599 or 1652992. OLE color: 1652992.
HSL color Cylindrical-coordinate representation of color #003919: hue angle of 146.32º 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 #003919 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 25 | - |
| CMYK | 1 | 0 | 0.56 | 0.78 |
| HSL | 146.32º | 1% | 0.11% | - |
| HSV(B) | 146.32º | 1% | 0.22% | - |
| XYZ | 1.64 | 3 | 1.41 | - |
| YUV | 36.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 25 | 1 | 0 | 0.56 | 0.78 | 146.32 | 1 | 0.11 |
| Hex | 0 | 39 | 19 | 64 | 0 | 38 | 4E | 92 | 64 | B |
| Octal | 0 | 71 | 31 | 144 | 0 | 70 | 116 | 222 | 144 | 13 |
| Binary | 0 | 111001 | 11001 | 1100100 | 0 | 111000 | 1001110 | 10010010 | 1100100 | 1011 |
Color Harmonies of #003919
Complementary color
Monochromatic Colors of #003919
Black with #003919
Text Example
Text Example
White with #003919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003919; }
p { color: rgb(0,57,25); }
H1.HeaderClassName
{
color: #003919;
}
.AnyTagClassName
{
color: #003919;
}
</style>
background-color css
<style>
a { background-color: #003919; }
a { background-color: rgb(0,57,25); }
div.DivClassName
{
background-color: #003919;
}
.BgClassName
{
background-color: #003919;
}
</style>
border-color css
<style>
span { border-color: #003919; }
span { border-color: rgb(0,57,25); }
td.TdClassName
{
border-color: #003919;
}
.TagClassName
{
border-color: #003919;
}
</style>