Shades of British Racing Green #013D24
Tints of British Racing Green #013D24
RGB
CMYK
RGB Variations
Color information
#013D24 (or 0x013D24) is known color: British Racing Green. HEX triplet: 01, 3D and 24. RGB value is (1,61,36). Sum of RGB (Red+Green+Blue) = 1+61+36=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #013D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D24 is #FEC2DB. Grayscale: #282828. Windows color (decimal): -16696028 or 2374913. OLE color: 2374913.
HSL color Cylindrical-coordinate representation of color #013D24: hue angle of 155º 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 #013D24 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 36 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.76 |
| HSL | 155º | 0.97% | 0.12% | - |
| HSV(B) | 155º | 0.98% | 0.24% | - |
| XYZ | 2 | 3.47 | 2.23 | - |
| YUV | 40.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 36 | 0.98 | 0 | 0.41 | 0.76 | 155 | 0.97 | 0.12 |
| Hex | 1 | 3D | 24 | 62 | 0 | 29 | 4C | 9B | 61 | C |
| Octal | 1 | 75 | 44 | 142 | 0 | 51 | 114 | 233 | 141 | 14 |
| Binary | 1 | 111101 | 100100 | 1100010 | 0 | 101001 | 1001100 | 10011011 | 1100001 | 1100 |
Color Harmonies of #013D24
Complementary color
Monochromatic Colors of #013D24
Black with #013D24
Text Example
Text Example
White with #013D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D24; }
p { color: rgb(1,61,36); }
H1.HeaderClassName
{
color: #013D24;
}
.AnyTagClassName
{
color: #013D24;
}
</style>
background-color css
<style>
a { background-color: #013D24; }
a { background-color: rgb(1,61,36); }
div.DivClassName
{
background-color: #013D24;
}
.BgClassName
{
background-color: #013D24;
}
</style>
border-color css
<style>
span { border-color: #013D24; }
span { border-color: rgb(1,61,36); }
td.TdClassName
{
border-color: #013D24;
}
.TagClassName
{
border-color: #013D24;
}
</style>