Shades of British Racing Green #01482A
Tints of British Racing Green #01482A
RGB
CMYK
RGB Variations
Color information
#01482A (or 0x01482A) is known color: British Racing Green. HEX triplet: 01, 48 and 2A. RGB value is (1,72,42). Sum of RGB (Red+Green+Blue) = 1+72+42=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #01482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01482A is #FEB7D5. Grayscale: #2F2F2F. Windows color (decimal): -16693206 or 2770945. OLE color: 2770945.
HSL color Cylindrical-coordinate representation of color #01482A: hue angle of 154.65º 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 #01482A is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 72 | 42 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.72 |
| HSL | 154.65º | 0.97% | 0.14% | - |
| HSV(B) | 154.65º | 0.99% | 0.28% | - |
| XYZ | 2.75 | 4.81 | 2.97 | - |
| YUV | 47.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 42 | 0.99 | 0 | 0.42 | 0.72 | 154.65 | 0.97 | 0.14 |
| Hex | 1 | 48 | 2A | 63 | 0 | 2A | 48 | 9B | 61 | E |
| Octal | 1 | 110 | 52 | 143 | 0 | 52 | 110 | 233 | 141 | 16 |
| Binary | 1 | 1001000 | 101010 | 1100011 | 0 | 101010 | 1001000 | 10011011 | 1100001 | 1110 |
Color Harmonies of #01482A
Complementary color
Monochromatic Colors of #01482A
Black with #01482A
Text Example
Text Example
White with #01482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01482A; }
p { color: rgb(1,72,42); }
H1.HeaderClassName
{
color: #01482A;
}
.AnyTagClassName
{
color: #01482A;
}
</style>
background-color css
<style>
a { background-color: #01482A; }
a { background-color: rgb(1,72,42); }
div.DivClassName
{
background-color: #01482A;
}
.BgClassName
{
background-color: #01482A;
}
</style>
border-color css
<style>
span { border-color: #01482A; }
span { border-color: rgb(1,72,42); }
td.TdClassName
{
border-color: #01482A;
}
.TagClassName
{
border-color: #01482A;
}
</style>