Shades of British Racing Green #05462B
Tints of British Racing Green #05462B
RGB
CMYK
RGB Variations
Color information
#05462B (or 0x05462B) is known color: British Racing Green. HEX triplet: 05, 46 and 2B. RGB value is (5,70,43). Sum of RGB (Red+Green+Blue) = 5+70+43=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #05462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05462B is #FAB9D4. Grayscale: #2F2F2F. Windows color (decimal): -16431573 or 2835973. OLE color: 2835973.
HSL color Cylindrical-coordinate representation of color #05462B: hue angle of 155.08º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05462B is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 70 | 43 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.73 |
| HSL | 155.08º | 0.87% | 0.15% | - |
| HSV(B) | 155.08º | 0.93% | 0.27% | - |
| XYZ | 2.69 | 4.59 | 3.03 | - |
| YUV | 47.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 43 | 0.93 | 0 | 0.39 | 0.73 | 155.08 | 0.87 | 0.15 |
| Hex | 5 | 46 | 2B | 5D | 0 | 27 | 49 | 9B | 57 | F |
| Octal | 5 | 106 | 53 | 135 | 0 | 47 | 111 | 233 | 127 | 17 |
| Binary | 101 | 1000110 | 101011 | 1011101 | 0 | 100111 | 1001001 | 10011011 | 1010111 | 1111 |
Color Harmonies of #05462B
Complementary color
Monochromatic Colors of #05462B
Black with #05462B
Text Example
Text Example
White with #05462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05462B; }
p { color: rgb(5,70,43); }
H1.HeaderClassName
{
color: #05462B;
}
.AnyTagClassName
{
color: #05462B;
}
</style>
background-color css
<style>
a { background-color: #05462B; }
a { background-color: rgb(5,70,43); }
div.DivClassName
{
background-color: #05462B;
}
.BgClassName
{
background-color: #05462B;
}
</style>
border-color css
<style>
span { border-color: #05462B; }
span { border-color: rgb(5,70,43); }
td.TdClassName
{
border-color: #05462B;
}
.TagClassName
{
border-color: #05462B;
}
</style>