Shades of British Racing Green #013D12
Tints of British Racing Green #013D12
RGB
CMYK
RGB Variations
Color information
#013D12 (or 0x013D12) is known color: British Racing Green. HEX triplet: 01, 3D and 12. RGB value is (1,61,18). Sum of RGB (Red+Green+Blue) = 1+61+18=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 61 (24.22% from 255 or 76.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 61 - color contains mainly: green. Hex color #013D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D12 is #FEC2ED. Grayscale: #262626. Windows color (decimal): -16696046 or 1195265. OLE color: 1195265.
HSL color Cylindrical-coordinate representation of color #013D12: hue angle of 137º 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 #013D12 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 18 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.76 |
| HSL | 137º | 0.97% | 0.12% | - |
| HSV(B) | 137º | 0.98% | 0.24% | - |
| XYZ | 1.79 | 3.39 | 1.13 | - |
| YUV | 38.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 18 | 0.98 | 0 | 0.70 | 0.76 | 137 | 0.97 | 0.12 |
| Hex | 1 | 3D | 12 | 62 | 0 | 46 | 4C | 89 | 61 | C |
| Octal | 1 | 75 | 22 | 142 | 0 | 106 | 114 | 211 | 141 | 14 |
| Binary | 1 | 111101 | 10010 | 1100010 | 0 | 1000110 | 1001100 | 10001001 | 1100001 | 1100 |
Color Harmonies of #013D12
Complementary color
Monochromatic Colors of #013D12
Black with #013D12
Text Example
Text Example
White with #013D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D12; }
p { color: rgb(1,61,18); }
H1.HeaderClassName
{
color: #013D12;
}
.AnyTagClassName
{
color: #013D12;
}
</style>
background-color css
<style>
a { background-color: #013D12; }
a { background-color: rgb(1,61,18); }
div.DivClassName
{
background-color: #013D12;
}
.BgClassName
{
background-color: #013D12;
}
</style>
border-color css
<style>
span { border-color: #013D12; }
span { border-color: rgb(1,61,18); }
td.TdClassName
{
border-color: #013D12;
}
.TagClassName
{
border-color: #013D12;
}
</style>