Shades of British Racing Green #013D25
Tints of British Racing Green #013D25
RGB
CMYK
RGB Variations
Color information
#013D25 (or 0x013D25) is known color: British Racing Green. HEX triplet: 01, 3D and 25. RGB value is (1,61,37). Sum of RGB (Red+Green+Blue) = 1+61+37=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 61 (24.22% from 255 or 61.62% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 61 - color contains mainly: green. Hex color #013D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D25 is #FEC2DA. Grayscale: #282828. Windows color (decimal): -16696027 or 2440449. OLE color: 2440449.
HSL color Cylindrical-coordinate representation of color #013D25: hue angle of 156º 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 #013D25 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 37 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.76 |
| HSL | 156º | 0.97% | 0.12% | - |
| HSV(B) | 156º | 0.98% | 0.24% | - |
| XYZ | 2.02 | 3.48 | 2.32 | - |
| YUV | 40.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 37 | 0.98 | 0 | 0.39 | 0.76 | 156 | 0.97 | 0.12 |
| Hex | 1 | 3D | 25 | 62 | 0 | 27 | 4C | 9C | 61 | C |
| Octal | 1 | 75 | 45 | 142 | 0 | 47 | 114 | 234 | 141 | 14 |
| Binary | 1 | 111101 | 100101 | 1100010 | 0 | 100111 | 1001100 | 10011100 | 1100001 | 1100 |
Color Harmonies of #013D25
Complementary color
Monochromatic Colors of #013D25
Black with #013D25
Text Example
Text Example
White with #013D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D25; }
p { color: rgb(1,61,37); }
H1.HeaderClassName
{
color: #013D25;
}
.AnyTagClassName
{
color: #013D25;
}
</style>
background-color css
<style>
a { background-color: #013D25; }
a { background-color: rgb(1,61,37); }
div.DivClassName
{
background-color: #013D25;
}
.BgClassName
{
background-color: #013D25;
}
</style>
border-color css
<style>
span { border-color: #013D25; }
span { border-color: rgb(1,61,37); }
td.TdClassName
{
border-color: #013D25;
}
.TagClassName
{
border-color: #013D25;
}
</style>