Shades of British Racing Green #01521C
Tints of British Racing Green #01521C
RGB
CMYK
RGB Variations
Color information
#01521C (or 0x01521C) is known color: British Racing Green. HEX triplet: 01, 52 and 1C. RGB value is (1,82,28). Sum of RGB (Red+Green+Blue) = 1+82+28=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 82 (32.42% from 255 or 73.87% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 82 - color contains mainly: green. Hex color #01521C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01521C is #FEADE3. Grayscale: #333333. Windows color (decimal): -16690660 or 1856001. OLE color: 1856001.
HSL color Cylindrical-coordinate representation of color #01521C: hue angle of 140º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01521C is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 82 | 28 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.68 |
| HSL | 140º | 0.98% | 0.16% | - |
| HSV(B) | 140º | 0.99% | 0.32% | - |
| XYZ | 3.24 | 6.12 | 2.11 | - |
| YUV | 51.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 28 | 0.99 | 0 | 0.66 | 0.68 | 140 | 0.98 | 0.16 |
| Hex | 1 | 52 | 1C | 63 | 0 | 42 | 44 | 8C | 62 | 10 |
| Octal | 1 | 122 | 34 | 143 | 0 | 102 | 104 | 214 | 142 | 20 |
| Binary | 1 | 1010010 | 11100 | 1100011 | 0 | 1000010 | 1000100 | 10001100 | 1100010 | 10000 |
Color Harmonies of #01521C
Complementary color
Monochromatic Colors of #01521C
Black with #01521C
Text Example
Text Example
White with #01521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01521C; }
p { color: rgb(1,82,28); }
H1.HeaderClassName
{
color: #01521C;
}
.AnyTagClassName
{
color: #01521C;
}
</style>
background-color css
<style>
a { background-color: #01521C; }
a { background-color: rgb(1,82,28); }
div.DivClassName
{
background-color: #01521C;
}
.BgClassName
{
background-color: #01521C;
}
</style>
border-color css
<style>
span { border-color: #01521C; }
span { border-color: rgb(1,82,28); }
td.TdClassName
{
border-color: #01521C;
}
.TagClassName
{
border-color: #01521C;
}
</style>