Shades of British Racing Green #013D32
Tints of British Racing Green #013D32
RGB
CMYK
RGB Variations
Color information
#013D32 (or 0x013D32) is known color: British Racing Green. HEX triplet: 01, 3D and 32. RGB value is (1,61,50). Sum of RGB (Red+Green+Blue) = 1+61+50=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #013D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D32 is #FEC2CD. Grayscale: #292929. Windows color (decimal): -16696014 or 3292417. OLE color: 3292417.
HSL color Cylindrical-coordinate representation of color #013D32: hue angle of 169º 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 #013D32 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 50 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.76 |
| HSL | 169º | 0.97% | 0.12% | - |
| HSV(B) | 169º | 0.98% | 0.24% | - |
| XYZ | 2.26 | 3.57 | 3.59 | - |
| YUV | 41.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 50 | 0.98 | 0 | 0.18 | 0.76 | 169 | 0.97 | 0.12 |
| Hex | 1 | 3D | 32 | 62 | 0 | 12 | 4C | A9 | 61 | C |
| Octal | 1 | 75 | 62 | 142 | 0 | 22 | 114 | 251 | 141 | 14 |
| Binary | 1 | 111101 | 110010 | 1100010 | 0 | 10010 | 1001100 | 10101001 | 1100001 | 1100 |
Color Harmonies of #013D32
Complementary color
Monochromatic Colors of #013D32
Black with #013D32
Text Example
Text Example
White with #013D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D32; }
p { color: rgb(1,61,50); }
H1.HeaderClassName
{
color: #013D32;
}
.AnyTagClassName
{
color: #013D32;
}
</style>
background-color css
<style>
a { background-color: #013D32; }
a { background-color: rgb(1,61,50); }
div.DivClassName
{
background-color: #013D32;
}
.BgClassName
{
background-color: #013D32;
}
</style>
border-color css
<style>
span { border-color: #013D32; }
span { border-color: rgb(1,61,50); }
td.TdClassName
{
border-color: #013D32;
}
.TagClassName
{
border-color: #013D32;
}
</style>