Shades of British Racing Green #013A21
Tints of British Racing Green #013A21
RGB
CMYK
RGB Variations
Color information
#013A21 (or 0x013A21) is known color: British Racing Green. HEX triplet: 01, 3A and 21. RGB value is (1,58,33). Sum of RGB (Red+Green+Blue) = 1+58+33=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #013A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A21 is #FEC5DE. Grayscale: #262626. Windows color (decimal): -16696799 or 2177537. OLE color: 2177537.
HSL color Cylindrical-coordinate representation of color #013A21: hue angle of 153.68º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A21 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 58 | 33 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.77 |
| HSL | 153.68º | 0.97% | 0.12% | - |
| HSV(B) | 153.68º | 0.98% | 0.23% | - |
| XYZ | 1.8 | 3.14 | 1.95 | - |
| YUV | 38.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 33 | 0.98 | 0 | 0.43 | 0.77 | 153.68 | 0.97 | 0.12 |
| Hex | 1 | 3A | 21 | 62 | 0 | 2B | 4D | 9A | 61 | C |
| Octal | 1 | 72 | 41 | 142 | 0 | 53 | 115 | 232 | 141 | 14 |
| Binary | 1 | 111010 | 100001 | 1100010 | 0 | 101011 | 1001101 | 10011010 | 1100001 | 1100 |
Color Harmonies of #013A21
Complementary color
Monochromatic Colors of #013A21
Black with #013A21
Text Example
Text Example
White with #013A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A21; }
p { color: rgb(1,58,33); }
H1.HeaderClassName
{
color: #013A21;
}
.AnyTagClassName
{
color: #013A21;
}
</style>
background-color css
<style>
a { background-color: #013A21; }
a { background-color: rgb(1,58,33); }
div.DivClassName
{
background-color: #013A21;
}
.BgClassName
{
background-color: #013A21;
}
</style>
border-color css
<style>
span { border-color: #013A21; }
span { border-color: rgb(1,58,33); }
td.TdClassName
{
border-color: #013A21;
}
.TagClassName
{
border-color: #013A21;
}
</style>