Shades of British Racing Green #01482D
Tints of British Racing Green #01482D
RGB
CMYK
RGB Variations
Color information
#01482D (or 0x01482D) is known color: British Racing Green. HEX triplet: 01, 48 and 2D. RGB value is (1,72,45). Sum of RGB (Red+Green+Blue) = 1+72+45=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #01482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01482D is #FEB7D2. Grayscale: #2F2F2F. Windows color (decimal): -16693203 or 2967553. OLE color: 2967553.
HSL color Cylindrical-coordinate representation of color #01482D: hue angle of 157.18º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01482D is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
RGB | 1 | 72 | 45 | - |
CMYK | 0.99 | 0 | 0.38 | 0.72 |
HSL | 157.18º | 0.97% | 0.14% | - |
HSV(B) | 157.18º | 0.99% | 0.28% | - |
XYZ | 2.8 | 4.83 | 3.27 | - |
YUV | 47.69 | 126.48 | 94.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 72 | 45 | 0.99 | 0 | 0.38 | 0.72 | 157.18 | 0.97 | 0.14 |
Hex | 1 | 48 | 2D | 63 | 0 | 26 | 48 | 9D | 61 | E |
Octal | 1 | 110 | 55 | 143 | 0 | 46 | 110 | 235 | 141 | 16 |
Binary | 1 | 1001000 | 101101 | 1100011 | 0 | 100110 | 1001000 | 10011101 | 1100001 | 1110 |
Color Harmonies of #01482D
Complementary color
Monochromatic Colors of #01482D
Black with #01482D
Text Example
Text Example
White with #01482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01482D; }
p { color: rgb(1,72,45); }
H1.HeaderClassName
{
color: #01482D;
}
.AnyTagClassName
{
color: #01482D;
}
</style>
background-color css
<style>
a { background-color: #01482D; }
a { background-color: rgb(1,72,45); }
div.DivClassName
{
background-color: #01482D;
}
.BgClassName
{
background-color: #01482D;
}
</style>
border-color css
<style>
span { border-color: #01482D; }
span { border-color: rgb(1,72,45); }
td.TdClassName
{
border-color: #01482D;
}
.TagClassName
{
border-color: #01482D;
}
</style>