Shades of British Racing Green #003E19
Tints of British Racing Green #003E19
RGB
CMYK
RGB Variations
Color information
#003E19 (or 0x003E19) is known color: British Racing Green. HEX triplet: 00, 3E and 19. RGB value is (0,62,25). Sum of RGB (Red+Green+Blue) = 0+62+25=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 62 (24.61% from 255 or 71.26% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 62 - color contains mainly: green. Hex color #003E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003E19 is #FFC1E6. Grayscale: #272727. Windows color (decimal): -16761319 or 1654272. OLE color: 1654272.
HSL color Cylindrical-coordinate representation of color #003E19: hue angle of 144.19º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E19 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 62 | 25 | - |
| CMYK | 1 | 0 | 0.60 | 0.76 |
| HSL | 144.19º | 1% | 0.12% | - |
| HSV(B) | 144.19º | 1% | 0.24% | - |
| XYZ | 1.9 | 3.52 | 1.5 | - |
| YUV | 39.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 25 | 1 | 0 | 0.60 | 0.76 | 144.19 | 1 | 0.12 |
| Hex | 0 | 3E | 19 | 64 | 0 | 3C | 4C | 90 | 64 | C |
| Octal | 0 | 76 | 31 | 144 | 0 | 74 | 114 | 220 | 144 | 14 |
| Binary | 0 | 111110 | 11001 | 1100100 | 0 | 111100 | 1001100 | 10010000 | 1100100 | 1100 |
Color Harmonies of #003E19
Complementary color
Monochromatic Colors of #003E19
Black with #003E19
Text Example
Text Example
White with #003E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E19; }
p { color: rgb(0,62,25); }
H1.HeaderClassName
{
color: #003E19;
}
.AnyTagClassName
{
color: #003E19;
}
</style>
background-color css
<style>
a { background-color: #003E19; }
a { background-color: rgb(0,62,25); }
div.DivClassName
{
background-color: #003E19;
}
.BgClassName
{
background-color: #003E19;
}
</style>
border-color css
<style>
span { border-color: #003E19; }
span { border-color: rgb(0,62,25); }
td.TdClassName
{
border-color: #003E19;
}
.TagClassName
{
border-color: #003E19;
}
</style>