Shades of British Racing Green #013C2B
Tints of British Racing Green #013C2B
RGB
CMYK
RGB Variations
Color information
#013C2B (or 0x013C2B) is known color: British Racing Green. HEX triplet: 01, 3C and 2B. RGB value is (1,60,43). Sum of RGB (Red+Green+Blue) = 1+60+43=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #013C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C2B is #FEC3D4. Grayscale: #282828. Windows color (decimal): -16696277 or 2833409. OLE color: 2833409.
HSL color Cylindrical-coordinate representation of color #013C2B: hue angle of 162.71º 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 #013C2B is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 60 | 43 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.76 |
| HSL | 162.71º | 0.97% | 0.12% | - |
| HSV(B) | 162.71º | 0.98% | 0.24% | - |
| XYZ | 2.06 | 3.41 | 2.84 | - |
| YUV | 40.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 43 | 0.98 | 0 | 0.28 | 0.76 | 162.71 | 0.97 | 0.12 |
| Hex | 1 | 3C | 2B | 62 | 0 | 1C | 4C | A3 | 61 | C |
| Octal | 1 | 74 | 53 | 142 | 0 | 34 | 114 | 243 | 141 | 14 |
| Binary | 1 | 111100 | 101011 | 1100010 | 0 | 11100 | 1001100 | 10100011 | 1100001 | 1100 |
Color Harmonies of #013C2B
Complementary color
Monochromatic Colors of #013C2B
Black with #013C2B
Text Example
Text Example
White with #013C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C2B; }
p { color: rgb(1,60,43); }
H1.HeaderClassName
{
color: #013C2B;
}
.AnyTagClassName
{
color: #013C2B;
}
</style>
background-color css
<style>
a { background-color: #013C2B; }
a { background-color: rgb(1,60,43); }
div.DivClassName
{
background-color: #013C2B;
}
.BgClassName
{
background-color: #013C2B;
}
</style>
border-color css
<style>
span { border-color: #013C2B; }
span { border-color: rgb(1,60,43); }
td.TdClassName
{
border-color: #013C2B;
}
.TagClassName
{
border-color: #013C2B;
}
</style>