Shades of British Racing Green #01531D
Tints of British Racing Green #01531D
RGB
CMYK
RGB Variations
Color information
#01531D (or 0x01531D) is known color: British Racing Green. HEX triplet: 01, 53 and 1D. RGB value is (1,83,29). Sum of RGB (Red+Green+Blue) = 1+83+29=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 83 (32.81% from 255 or 73.45% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 83 - color contains mainly: green. Hex color #01531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01531D is #FEACE2. Grayscale: #343434. Windows color (decimal): -16690403 or 1921793. OLE color: 1921793.
HSL color Cylindrical-coordinate representation of color #01531D: hue angle of 140.49º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01531D is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 29 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.67 |
| HSL | 140.49º | 0.98% | 0.16% | - |
| HSV(B) | 140.49º | 0.99% | 0.33% | - |
| XYZ | 3.33 | 6.28 | 2.2 | - |
| YUV | 52.33 | 114.83 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 29 | 0.99 | 0 | 0.65 | 0.67 | 140.49 | 0.98 | 0.16 |
| Hex | 1 | 53 | 1D | 63 | 0 | 41 | 43 | 8C | 62 | 10 |
| Octal | 1 | 123 | 35 | 143 | 0 | 101 | 103 | 214 | 142 | 20 |
| Binary | 1 | 1010011 | 11101 | 1100011 | 0 | 1000001 | 1000011 | 10001100 | 1100010 | 10000 |
Color Harmonies of #01531D
Complementary color
Monochromatic Colors of #01531D
Black with #01531D
Text Example
Text Example
White with #01531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01531D; }
p { color: rgb(1,83,29); }
H1.HeaderClassName
{
color: #01531D;
}
.AnyTagClassName
{
color: #01531D;
}
</style>
background-color css
<style>
a { background-color: #01531D; }
a { background-color: rgb(1,83,29); }
div.DivClassName
{
background-color: #01531D;
}
.BgClassName
{
background-color: #01531D;
}
</style>
border-color css
<style>
span { border-color: #01531D; }
span { border-color: rgb(1,83,29); }
td.TdClassName
{
border-color: #01531D;
}
.TagClassName
{
border-color: #01531D;
}
</style>