Shades of British Racing Green #013D28
Tints of British Racing Green #013D28
RGB
CMYK
RGB Variations
Color information
#013D28 (or 0x013D28) is known color: British Racing Green. HEX triplet: 01, 3D and 28. RGB value is (1,61,40). Sum of RGB (Red+Green+Blue) = 1+61+40=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 61 (24.22% from 255 or 59.80% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 61 - color contains mainly: green. Hex color #013D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D28 is #FEC2D7. Grayscale: #282828. Windows color (decimal): -16696024 or 2637057. OLE color: 2637057.
HSL color Cylindrical-coordinate representation of color #013D28: hue angle of 159º 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 #013D28 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 40 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.76 |
| HSL | 159º | 0.97% | 0.12% | - |
| HSV(B) | 159º | 0.98% | 0.24% | - |
| XYZ | 2.06 | 3.5 | 2.57 | - |
| YUV | 40.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 40 | 0.98 | 0 | 0.34 | 0.76 | 159 | 0.97 | 0.12 |
| Hex | 1 | 3D | 28 | 62 | 0 | 22 | 4C | 9F | 61 | C |
| Octal | 1 | 75 | 50 | 142 | 0 | 42 | 114 | 237 | 141 | 14 |
| Binary | 1 | 111101 | 101000 | 1100010 | 0 | 100010 | 1001100 | 10011111 | 1100001 | 1100 |
Color Harmonies of #013D28
Complementary color
Monochromatic Colors of #013D28
Black with #013D28
Text Example
Text Example
White with #013D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D28; }
p { color: rgb(1,61,40); }
H1.HeaderClassName
{
color: #013D28;
}
.AnyTagClassName
{
color: #013D28;
}
</style>
background-color css
<style>
a { background-color: #013D28; }
a { background-color: rgb(1,61,40); }
div.DivClassName
{
background-color: #013D28;
}
.BgClassName
{
background-color: #013D28;
}
</style>
border-color css
<style>
span { border-color: #013D28; }
span { border-color: rgb(1,61,40); }
td.TdClassName
{
border-color: #013D28;
}
.TagClassName
{
border-color: #013D28;
}
</style>