Shades of British Racing Green #013C2D
Tints of British Racing Green #013C2D
RGB
CMYK
RGB Variations
Color information
#013C2D (or 0x013C2D) is known color: British Racing Green. HEX triplet: 01, 3C and 2D. RGB value is (1,60,45). Sum of RGB (Red+Green+Blue) = 1+60+45=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 60 (23.83% from 255 or 56.60% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 60 - color contains mainly: green. Hex color #013C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C2D is #FEC3D2. Grayscale: #282828. Windows color (decimal): -16696275 or 2964481. OLE color: 2964481.
HSL color Cylindrical-coordinate representation of color #013C2D: hue angle of 164.75º 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 #013C2D is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
RGB | 1 | 60 | 45 | - |
CMYK | 0.98 | 0 | 0.25 | 0.76 |
HSL | 164.75º | 0.97% | 0.12% | - |
HSV(B) | 164.75º | 0.98% | 0.24% | - |
XYZ | 2.1 | 3.43 | 3.03 | - |
YUV | 40.65 | 130.45 | 99.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 60 | 45 | 0.98 | 0 | 0.25 | 0.76 | 164.75 | 0.97 | 0.12 |
Hex | 1 | 3C | 2D | 62 | 0 | 19 | 4C | A5 | 61 | C |
Octal | 1 | 74 | 55 | 142 | 0 | 31 | 114 | 245 | 141 | 14 |
Binary | 1 | 111100 | 101101 | 1100010 | 0 | 11001 | 1001100 | 10100101 | 1100001 | 1100 |
Color Harmonies of #013C2D
Complementary color
Monochromatic Colors of #013C2D
Black with #013C2D
Text Example
Text Example
White with #013C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C2D; }
p { color: rgb(1,60,45); }
H1.HeaderClassName
{
color: #013C2D;
}
.AnyTagClassName
{
color: #013C2D;
}
</style>
background-color css
<style>
a { background-color: #013C2D; }
a { background-color: rgb(1,60,45); }
div.DivClassName
{
background-color: #013C2D;
}
.BgClassName
{
background-color: #013C2D;
}
</style>
border-color css
<style>
span { border-color: #013C2D; }
span { border-color: rgb(1,60,45); }
td.TdClassName
{
border-color: #013C2D;
}
.TagClassName
{
border-color: #013C2D;
}
</style>