Shades of British Racing Green #013B25
Tints of British Racing Green #013B25
RGB
CMYK
RGB Variations
Color information
#013B25 (or 0x013B25) is known color: British Racing Green. HEX triplet: 01, 3B and 25. RGB value is (1,59,37). Sum of RGB (Red+Green+Blue) = 1+59+37=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 59 (23.44% from 255 or 60.82% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 59 - color contains mainly: green. Hex color #013B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B25 is #FEC4DA. Grayscale: #272727. Windows color (decimal): -16696539 or 2439937. OLE color: 2439937.
HSL color Cylindrical-coordinate representation of color #013B25: hue angle of 157.24º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B25 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 59 | 37 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.77 |
| HSL | 157.24º | 0.97% | 0.12% | - |
| HSV(B) | 157.24º | 0.98% | 0.23% | - |
| XYZ | 1.91 | 3.27 | 2.28 | - |
| YUV | 39.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 37 | 0.98 | 0 | 0.37 | 0.77 | 157.24 | 0.97 | 0.12 |
| Hex | 1 | 3B | 25 | 62 | 0 | 25 | 4D | 9D | 61 | C |
| Octal | 1 | 73 | 45 | 142 | 0 | 45 | 115 | 235 | 141 | 14 |
| Binary | 1 | 111011 | 100101 | 1100010 | 0 | 100101 | 1001101 | 10011101 | 1100001 | 1100 |
Color Harmonies of #013B25
Complementary color
Monochromatic Colors of #013B25
Black with #013B25
Text Example
Text Example
White with #013B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B25; }
p { color: rgb(1,59,37); }
H1.HeaderClassName
{
color: #013B25;
}
.AnyTagClassName
{
color: #013B25;
}
</style>
background-color css
<style>
a { background-color: #013B25; }
a { background-color: rgb(1,59,37); }
div.DivClassName
{
background-color: #013B25;
}
.BgClassName
{
background-color: #013B25;
}
</style>
border-color css
<style>
span { border-color: #013B25; }
span { border-color: rgb(1,59,37); }
td.TdClassName
{
border-color: #013B25;
}
.TagClassName
{
border-color: #013B25;
}
</style>