Shades of British Racing Green #013E25
Tints of British Racing Green #013E25
RGB
CMYK
RGB Variations
Color information
#013E25 (or 0x013E25) is known color: British Racing Green. HEX triplet: 01, 3E and 25. RGB value is (1,62,37). Sum of RGB (Red+Green+Blue) = 1+62+37=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 62 (24.61% from 255 or 62% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 62 - color contains mainly: green. Hex color #013E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E25 is #FEC1DA. Grayscale: #282828. Windows color (decimal): -16695771 or 2440705. OLE color: 2440705.
HSL color Cylindrical-coordinate representation of color #013E25: hue angle of 155.41º 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 #013E25 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 62 | 37 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.76 |
| HSL | 155.41º | 0.97% | 0.12% | - |
| HSV(B) | 155.41º | 0.98% | 0.24% | - |
| XYZ | 2.07 | 3.59 | 2.33 | - |
| YUV | 40.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 37 | 0.98 | 0 | 0.40 | 0.76 | 155.41 | 0.97 | 0.12 |
| Hex | 1 | 3E | 25 | 62 | 0 | 28 | 4C | 9B | 61 | C |
| Octal | 1 | 76 | 45 | 142 | 0 | 50 | 114 | 233 | 141 | 14 |
| Binary | 1 | 111110 | 100101 | 1100010 | 0 | 101000 | 1001100 | 10011011 | 1100001 | 1100 |
Color Harmonies of #013E25
Complementary color
Monochromatic Colors of #013E25
Black with #013E25
Text Example
Text Example
White with #013E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E25; }
p { color: rgb(1,62,37); }
H1.HeaderClassName
{
color: #013E25;
}
.AnyTagClassName
{
color: #013E25;
}
</style>
background-color css
<style>
a { background-color: #013E25; }
a { background-color: rgb(1,62,37); }
div.DivClassName
{
background-color: #013E25;
}
.BgClassName
{
background-color: #013E25;
}
</style>
border-color css
<style>
span { border-color: #013E25; }
span { border-color: rgb(1,62,37); }
td.TdClassName
{
border-color: #013E25;
}
.TagClassName
{
border-color: #013E25;
}
</style>