Shades of British Racing Green #01452F
Tints of British Racing Green #01452F
RGB
CMYK
RGB Variations
Color information
#01452F (or 0x01452F) is known color: British Racing Green. HEX triplet: 01, 45 and 2F. RGB value is (1,69,47). Sum of RGB (Red+Green+Blue) = 1+69+47=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #01452F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01452F is #FEBAD0. Grayscale: #2E2E2E. Windows color (decimal): -16693969 or 3097857. OLE color: 3097857.
HSL color Cylindrical-coordinate representation of color #01452F: hue angle of 160.59º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01452F is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 69 | 47 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.73 |
| HSL | 160.59º | 0.97% | 0.14% | - |
| HSV(B) | 160.59º | 0.99% | 0.27% | - |
| XYZ | 2.65 | 4.47 | 3.41 | - |
| YUV | 46.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 47 | 0.99 | 0 | 0.32 | 0.73 | 160.59 | 0.97 | 0.14 |
| Hex | 1 | 45 | 2F | 63 | 0 | 20 | 49 | A1 | 61 | E |
| Octal | 1 | 105 | 57 | 143 | 0 | 40 | 111 | 241 | 141 | 16 |
| Binary | 1 | 1000101 | 101111 | 1100011 | 0 | 100000 | 1001001 | 10100001 | 1100001 | 1110 |
Color Harmonies of #01452F
Complementary color
Monochromatic Colors of #01452F
Black with #01452F
Text Example
Text Example
White with #01452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01452F; }
p { color: rgb(1,69,47); }
H1.HeaderClassName
{
color: #01452F;
}
.AnyTagClassName
{
color: #01452F;
}
</style>
background-color css
<style>
a { background-color: #01452F; }
a { background-color: rgb(1,69,47); }
div.DivClassName
{
background-color: #01452F;
}
.BgClassName
{
background-color: #01452F;
}
</style>
border-color css
<style>
span { border-color: #01452F; }
span { border-color: rgb(1,69,47); }
td.TdClassName
{
border-color: #01452F;
}
.TagClassName
{
border-color: #01452F;
}
</style>