Shades of British Racing Green #003E17
Tints of British Racing Green #003E17
RGB
CMYK
RGB Variations
Color information
#003E17 (or 0x003E17) is known color: British Racing Green. HEX triplet: 00, 3E and 17. RGB value is (0,62,23). Sum of RGB (Red+Green+Blue) = 0+62+23=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 62 (24.61% from 255 or 72.94% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 62 - color contains mainly: green. Hex color #003E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003E17 is #FFC1E8. Grayscale: #272727. Windows color (decimal): -16761321 or 1523200. OLE color: 1523200.
HSL color Cylindrical-coordinate representation of color #003E17: hue angle of 142.26º 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 #003E17 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 62 | 23 | - |
| CMYK | 1 | 0 | 0.63 | 0.76 |
| HSL | 142.26º | 1% | 0.12% | - |
| HSV(B) | 142.26º | 1% | 0.24% | - |
| XYZ | 1.88 | 3.51 | 1.39 | - |
| YUV | 39.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 23 | 1 | 0 | 0.63 | 0.76 | 142.26 | 1 | 0.12 |
| Hex | 0 | 3E | 17 | 64 | 0 | 3F | 4C | 8E | 64 | C |
| Octal | 0 | 76 | 27 | 144 | 0 | 77 | 114 | 216 | 144 | 14 |
| Binary | 0 | 111110 | 10111 | 1100100 | 0 | 111111 | 1001100 | 10001110 | 1100100 | 1100 |
Color Harmonies of #003E17
Complementary color
Monochromatic Colors of #003E17
Black with #003E17
Text Example
Text Example
White with #003E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E17; }
p { color: rgb(0,62,23); }
H1.HeaderClassName
{
color: #003E17;
}
.AnyTagClassName
{
color: #003E17;
}
</style>
background-color css
<style>
a { background-color: #003E17; }
a { background-color: rgb(0,62,23); }
div.DivClassName
{
background-color: #003E17;
}
.BgClassName
{
background-color: #003E17;
}
</style>
border-color css
<style>
span { border-color: #003E17; }
span { border-color: rgb(0,62,23); }
td.TdClassName
{
border-color: #003E17;
}
.TagClassName
{
border-color: #003E17;
}
</style>