Shades of British Racing Green #013E2D
Tints of British Racing Green #013E2D
RGB
CMYK
RGB Variations
Color information
#013E2D (or 0x013E2D) is known color: British Racing Green. HEX triplet: 01, 3E and 2D. RGB value is (1,62,45). Sum of RGB (Red+Green+Blue) = 1+62+45=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 62 (24.61% from 255 or 57.41% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 62 - color contains mainly: green. Hex color #013E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E2D is #FEC1D2. Grayscale: #292929. Windows color (decimal): -16695763 or 2964993. OLE color: 2964993.
HSL color Cylindrical-coordinate representation of color #013E2D: hue angle of 163.28º 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 #013E2D is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 62 | 45 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.76 |
| HSL | 163.28º | 0.97% | 0.12% | - |
| HSV(B) | 163.28º | 0.98% | 0.24% | - |
| XYZ | 2.21 | 3.64 | 3.07 | - |
| YUV | 41.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 45 | 0.98 | 0 | 0.27 | 0.76 | 163.28 | 0.97 | 0.12 |
| Hex | 1 | 3E | 2D | 62 | 0 | 1B | 4C | A3 | 61 | C |
| Octal | 1 | 76 | 55 | 142 | 0 | 33 | 114 | 243 | 141 | 14 |
| Binary | 1 | 111110 | 101101 | 1100010 | 0 | 11011 | 1001100 | 10100011 | 1100001 | 1100 |
Color Harmonies of #013E2D
Complementary color
Monochromatic Colors of #013E2D
Black with #013E2D
Text Example
Text Example
White with #013E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E2D; }
p { color: rgb(1,62,45); }
H1.HeaderClassName
{
color: #013E2D;
}
.AnyTagClassName
{
color: #013E2D;
}
</style>
background-color css
<style>
a { background-color: #013E2D; }
a { background-color: rgb(1,62,45); }
div.DivClassName
{
background-color: #013E2D;
}
.BgClassName
{
background-color: #013E2D;
}
</style>
border-color css
<style>
span { border-color: #013E2D; }
span { border-color: rgb(1,62,45); }
td.TdClassName
{
border-color: #013E2D;
}
.TagClassName
{
border-color: #013E2D;
}
</style>