Shades of British Racing Green #013E32
Tints of British Racing Green #013E32
RGB
CMYK
RGB Variations
Color information
#013E32 (or 0x013E32) is known color: British Racing Green. HEX triplet: 01, 3E and 32. RGB value is (1,62,50). Sum of RGB (Red+Green+Blue) = 1+62+50=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #013E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E32 is #FEC1CD. Grayscale: #2A2A2A. Windows color (decimal): -16695758 or 3292673. OLE color: 3292673.
HSL color Cylindrical-coordinate representation of color #013E32: hue angle of 168.2º 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 #013E32 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 62 | 50 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.76 |
| HSL | 168.2º | 0.97% | 0.12% | - |
| HSV(B) | 168.2º | 0.98% | 0.24% | - |
| XYZ | 2.31 | 3.68 | 3.61 | - |
| YUV | 42.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 50 | 0.98 | 0 | 0.19 | 0.76 | 168.2 | 0.97 | 0.12 |
| Hex | 1 | 3E | 32 | 62 | 0 | 13 | 4C | A8 | 61 | C |
| Octal | 1 | 76 | 62 | 142 | 0 | 23 | 114 | 250 | 141 | 14 |
| Binary | 1 | 111110 | 110010 | 1100010 | 0 | 10011 | 1001100 | 10101000 | 1100001 | 1100 |
Color Harmonies of #013E32
Complementary color
Monochromatic Colors of #013E32
Black with #013E32
Text Example
Text Example
White with #013E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E32; }
p { color: rgb(1,62,50); }
H1.HeaderClassName
{
color: #013E32;
}
.AnyTagClassName
{
color: #013E32;
}
</style>
background-color css
<style>
a { background-color: #013E32; }
a { background-color: rgb(1,62,50); }
div.DivClassName
{
background-color: #013E32;
}
.BgClassName
{
background-color: #013E32;
}
</style>
border-color css
<style>
span { border-color: #013E32; }
span { border-color: rgb(1,62,50); }
td.TdClassName
{
border-color: #013E32;
}
.TagClassName
{
border-color: #013E32;
}
</style>