Shades of British Racing Green #013F28
Tints of British Racing Green #013F28
RGB
CMYK
RGB Variations
Color information
#013F28 (or 0x013F28) is known color: British Racing Green. HEX triplet: 01, 3F and 28. RGB value is (1,63,40). Sum of RGB (Red+Green+Blue) = 1+63+40=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #013F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F28 is #FEC0D7. Grayscale: #292929. Windows color (decimal): -16695512 or 2637569. OLE color: 2637569.
HSL color Cylindrical-coordinate representation of color #013F28: hue angle of 157.74º 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 #013F28 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 63 | 40 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.75 |
| HSL | 157.74º | 0.97% | 0.13% | - |
| HSV(B) | 157.74º | 0.98% | 0.25% | - |
| XYZ | 2.17 | 3.71 | 2.61 | - |
| YUV | 41.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 40 | 0.98 | 0 | 0.37 | 0.75 | 157.74 | 0.97 | 0.13 |
| Hex | 1 | 3F | 28 | 62 | 0 | 25 | 4B | 9E | 61 | D |
| Octal | 1 | 77 | 50 | 142 | 0 | 45 | 113 | 236 | 141 | 15 |
| Binary | 1 | 111111 | 101000 | 1100010 | 0 | 100101 | 1001011 | 10011110 | 1100001 | 1101 |
Color Harmonies of #013F28
Complementary color
Monochromatic Colors of #013F28
Black with #013F28
Text Example
Text Example
White with #013F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F28; }
p { color: rgb(1,63,40); }
H1.HeaderClassName
{
color: #013F28;
}
.AnyTagClassName
{
color: #013F28;
}
</style>
background-color css
<style>
a { background-color: #013F28; }
a { background-color: rgb(1,63,40); }
div.DivClassName
{
background-color: #013F28;
}
.BgClassName
{
background-color: #013F28;
}
</style>
border-color css
<style>
span { border-color: #013F28; }
span { border-color: rgb(1,63,40); }
td.TdClassName
{
border-color: #013F28;
}
.TagClassName
{
border-color: #013F28;
}
</style>