Shades of British Racing Green #013F30
Tints of British Racing Green #013F30
RGB
CMYK
RGB Variations
Color information
#013F30 (or 0x013F30) is known color: British Racing Green. HEX triplet: 01, 3F and 30. RGB value is (1,63,48). Sum of RGB (Red+Green+Blue) = 1+63+48=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #013F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F30 is #FEC0CF. Grayscale: #2A2A2A. Windows color (decimal): -16695504 or 3161857. OLE color: 3161857.
HSL color Cylindrical-coordinate representation of color #013F30: hue angle of 165.48º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F30 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 63 | 48 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.75 |
| HSL | 165.48º | 0.97% | 0.13% | - |
| HSV(B) | 165.48º | 0.98% | 0.25% | - |
| XYZ | 2.32 | 3.77 | 3.4 | - |
| YUV | 42.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 48 | 0.98 | 0 | 0.24 | 0.75 | 165.48 | 0.97 | 0.13 |
| Hex | 1 | 3F | 30 | 62 | 0 | 18 | 4B | A5 | 61 | D |
| Octal | 1 | 77 | 60 | 142 | 0 | 30 | 113 | 245 | 141 | 15 |
| Binary | 1 | 111111 | 110000 | 1100010 | 0 | 11000 | 1001011 | 10100101 | 1100001 | 1101 |
Color Harmonies of #013F30
Complementary color
Monochromatic Colors of #013F30
Black with #013F30
Text Example
Text Example
White with #013F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F30; }
p { color: rgb(1,63,48); }
H1.HeaderClassName
{
color: #013F30;
}
.AnyTagClassName
{
color: #013F30;
}
</style>
background-color css
<style>
a { background-color: #013F30; }
a { background-color: rgb(1,63,48); }
div.DivClassName
{
background-color: #013F30;
}
.BgClassName
{
background-color: #013F30;
}
</style>
border-color css
<style>
span { border-color: #013F30; }
span { border-color: rgb(1,63,48); }
td.TdClassName
{
border-color: #013F30;
}
.TagClassName
{
border-color: #013F30;
}
</style>