Shades of British Racing Green #013E30
Tints of British Racing Green #013E30
RGB
CMYK
RGB Variations
Color information
#013E30 (or 0x013E30) is known color: British Racing Green. HEX triplet: 01, 3E and 30. RGB value is (1,62,48). Sum of RGB (Red+Green+Blue) = 1+62+48=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #013E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E30 is #FEC1CF. Grayscale: #2A2A2A. Windows color (decimal): -16695760 or 3161601. OLE color: 3161601.
HSL color Cylindrical-coordinate representation of color #013E30: hue angle of 166.23º 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 #013E30 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 62 | 48 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.76 |
| HSL | 166.23º | 0.97% | 0.12% | - |
| HSV(B) | 166.23º | 0.98% | 0.24% | - |
| XYZ | 2.27 | 3.67 | 3.38 | - |
| YUV | 42.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 48 | 0.98 | 0 | 0.23 | 0.76 | 166.23 | 0.97 | 0.12 |
| Hex | 1 | 3E | 30 | 62 | 0 | 17 | 4C | A6 | 61 | C |
| Octal | 1 | 76 | 60 | 142 | 0 | 27 | 114 | 246 | 141 | 14 |
| Binary | 1 | 111110 | 110000 | 1100010 | 0 | 10111 | 1001100 | 10100110 | 1100001 | 1100 |
Color Harmonies of #013E30
Complementary color
Monochromatic Colors of #013E30
Black with #013E30
Text Example
Text Example
White with #013E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E30; }
p { color: rgb(1,62,48); }
H1.HeaderClassName
{
color: #013E30;
}
.AnyTagClassName
{
color: #013E30;
}
</style>
background-color css
<style>
a { background-color: #013E30; }
a { background-color: rgb(1,62,48); }
div.DivClassName
{
background-color: #013E30;
}
.BgClassName
{
background-color: #013E30;
}
</style>
border-color css
<style>
span { border-color: #013E30; }
span { border-color: rgb(1,62,48); }
td.TdClassName
{
border-color: #013E30;
}
.TagClassName
{
border-color: #013E30;
}
</style>