Shades of British Racing Green #013E2A
Tints of British Racing Green #013E2A
RGB
CMYK
RGB Variations
Color information
#013E2A (or 0x013E2A) is known color: British Racing Green. HEX triplet: 01, 3E and 2A. RGB value is (1,62,42). Sum of RGB (Red+Green+Blue) = 1+62+42=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 62 (24.61% from 255 or 59.05% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 62 - color contains mainly: green. Hex color #013E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E2A is #FEC1D5. Grayscale: #292929. Windows color (decimal): -16695766 or 2768385. OLE color: 2768385.
HSL color Cylindrical-coordinate representation of color #013E2A: hue angle of 160.33º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E2A is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 62 | 42 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.76 |
| HSL | 160.33º | 0.97% | 0.12% | - |
| HSV(B) | 160.33º | 0.98% | 0.24% | - |
| XYZ | 2.15 | 3.62 | 2.78 | - |
| YUV | 41.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 42 | 0.98 | 0 | 0.32 | 0.76 | 160.33 | 0.97 | 0.12 |
| Hex | 1 | 3E | 2A | 62 | 0 | 20 | 4C | A0 | 61 | C |
| Octal | 1 | 76 | 52 | 142 | 0 | 40 | 114 | 240 | 141 | 14 |
| Binary | 1 | 111110 | 101010 | 1100010 | 0 | 100000 | 1001100 | 10100000 | 1100001 | 1100 |
Color Harmonies of #013E2A
Complementary color
Monochromatic Colors of #013E2A
Black with #013E2A
Text Example
Text Example
White with #013E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E2A; }
p { color: rgb(1,62,42); }
H1.HeaderClassName
{
color: #013E2A;
}
.AnyTagClassName
{
color: #013E2A;
}
</style>
background-color css
<style>
a { background-color: #013E2A; }
a { background-color: rgb(1,62,42); }
div.DivClassName
{
background-color: #013E2A;
}
.BgClassName
{
background-color: #013E2A;
}
</style>
border-color css
<style>
span { border-color: #013E2A; }
span { border-color: rgb(1,62,42); }
td.TdClassName
{
border-color: #013E2A;
}
.TagClassName
{
border-color: #013E2A;
}
</style>