Shades of British Racing Green #01502D
Tints of British Racing Green #01502D
RGB
CMYK
RGB Variations
Color information
#01502D (or 0x01502D) is known color: British Racing Green. HEX triplet: 01, 50 and 2D. RGB value is (1,80,45). Sum of RGB (Red+Green+Blue) = 1+80+45=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #01502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01502D is #FEAFD2. Grayscale: #343434. Windows color (decimal): -16691155 or 2969601. OLE color: 2969601.
HSL color Cylindrical-coordinate representation of color #01502D: hue angle of 153.42º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01502D is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 45 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.69 |
| HSL | 153.42º | 0.98% | 0.16% | - |
| HSV(B) | 153.42º | 0.99% | 0.31% | - |
| XYZ | 3.35 | 5.93 | 3.45 | - |
| YUV | 52.39 | 123.83 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 45 | 0.99 | 0 | 0.44 | 0.69 | 153.42 | 0.98 | 0.16 |
| Hex | 1 | 50 | 2D | 63 | 0 | 2C | 45 | 99 | 62 | 10 |
| Octal | 1 | 120 | 55 | 143 | 0 | 54 | 105 | 231 | 142 | 20 |
| Binary | 1 | 1010000 | 101101 | 1100011 | 0 | 101100 | 1000101 | 10011001 | 1100010 | 10000 |
Color Harmonies of #01502D
Complementary color
Monochromatic Colors of #01502D
Black with #01502D
Text Example
Text Example
White with #01502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01502D; }
p { color: rgb(1,80,45); }
H1.HeaderClassName
{
color: #01502D;
}
.AnyTagClassName
{
color: #01502D;
}
</style>
background-color css
<style>
a { background-color: #01502D; }
a { background-color: rgb(1,80,45); }
div.DivClassName
{
background-color: #01502D;
}
.BgClassName
{
background-color: #01502D;
}
</style>
border-color css
<style>
span { border-color: #01502D; }
span { border-color: rgb(1,80,45); }
td.TdClassName
{
border-color: #01502D;
}
.TagClassName
{
border-color: #01502D;
}
</style>