Shades of British Racing Green #013D2F
Tints of British Racing Green #013D2F
RGB
CMYK
RGB Variations
Color information
#013D2F (or 0x013D2F) is known color: British Racing Green. HEX triplet: 01, 3D and 2F. RGB value is (1,61,47). Sum of RGB (Red+Green+Blue) = 1+61+47=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #013D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D2F is #FEC2D0. Grayscale: #292929. Windows color (decimal): -16696017 or 3095809. OLE color: 3095809.
HSL color Cylindrical-coordinate representation of color #013D2F: hue angle of 166º 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 #013D2F is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 47 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.76 |
| HSL | 166º | 0.97% | 0.12% | - |
| HSV(B) | 166º | 0.98% | 0.24% | - |
| XYZ | 2.19 | 3.55 | 3.26 | - |
| YUV | 41.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 47 | 0.98 | 0 | 0.23 | 0.76 | 166 | 0.97 | 0.12 |
| Hex | 1 | 3D | 2F | 62 | 0 | 17 | 4C | A6 | 61 | C |
| Octal | 1 | 75 | 57 | 142 | 0 | 27 | 114 | 246 | 141 | 14 |
| Binary | 1 | 111101 | 101111 | 1100010 | 0 | 10111 | 1001100 | 10100110 | 1100001 | 1100 |
Color Harmonies of #013D2F
Complementary color
Monochromatic Colors of #013D2F
Black with #013D2F
Text Example
Text Example
White with #013D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D2F; }
p { color: rgb(1,61,47); }
H1.HeaderClassName
{
color: #013D2F;
}
.AnyTagClassName
{
color: #013D2F;
}
</style>
background-color css
<style>
a { background-color: #013D2F; }
a { background-color: rgb(1,61,47); }
div.DivClassName
{
background-color: #013D2F;
}
.BgClassName
{
background-color: #013D2F;
}
</style>
border-color css
<style>
span { border-color: #013D2F; }
span { border-color: rgb(1,61,47); }
td.TdClassName
{
border-color: #013D2F;
}
.TagClassName
{
border-color: #013D2F;
}
</style>