Shades of British Racing Green #003E2A
Tints of British Racing Green #003E2A
RGB
CMYK
RGB Variations
Color information
#003E2A (or 0x003E2A) is known color: British Racing Green. HEX triplet: 00, 3E and 2A. RGB value is (0,62,42). Sum of RGB (Red+Green+Blue) = 0+62+42=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 62 (24.61% from 255 or 59.62% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 62 - color contains mainly: green. Hex color #003E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E2A is #FFC1D5. Grayscale: #292929. Windows color (decimal): -16761302 or 2768384. OLE color: 2768384.
HSL color Cylindrical-coordinate representation of color #003E2A: hue angle of 160.65º 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 #003E2A is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 62 | 42 | - |
| CMYK | 1 | 0 | 0.32 | 0.76 |
| HSL | 160.65º | 1% | 0.12% | - |
| HSV(B) | 160.65º | 1% | 0.24% | - |
| XYZ | 2.14 | 3.61 | 2.77 | - |
| YUV | 41.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 42 | 1 | 0 | 0.32 | 0.76 | 160.65 | 1 | 0.12 |
| Hex | 0 | 3E | 2A | 64 | 0 | 20 | 4C | A1 | 64 | C |
| Octal | 0 | 76 | 52 | 144 | 0 | 40 | 114 | 241 | 144 | 14 |
| Binary | 0 | 111110 | 101010 | 1100100 | 0 | 100000 | 1001100 | 10100001 | 1100100 | 1100 |
Color Harmonies of #003E2A
Complementary color
Monochromatic Colors of #003E2A
Black with #003E2A
Text Example
Text Example
White with #003E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E2A; }
p { color: rgb(0,62,42); }
H1.HeaderClassName
{
color: #003E2A;
}
.AnyTagClassName
{
color: #003E2A;
}
</style>
background-color css
<style>
a { background-color: #003E2A; }
a { background-color: rgb(0,62,42); }
div.DivClassName
{
background-color: #003E2A;
}
.BgClassName
{
background-color: #003E2A;
}
</style>
border-color css
<style>
span { border-color: #003E2A; }
span { border-color: rgb(0,62,42); }
td.TdClassName
{
border-color: #003E2A;
}
.TagClassName
{
border-color: #003E2A;
}
</style>