Shades of British Racing Green #05401D
Tints of British Racing Green #05401D
RGB
CMYK
RGB Variations
Color information
#05401D (or 0x05401D) is known color: British Racing Green. HEX triplet: 05, 40 and 1D. RGB value is (5,64,29). Sum of RGB (Red+Green+Blue) = 5+64+29=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #05401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05401D is #FABFE2. Grayscale: #2A2A2A. Windows color (decimal): -16433123 or 1916933. OLE color: 1916933.
HSL color Cylindrical-coordinate representation of color #05401D: hue angle of 144.41º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05401D is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 29 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.75 |
| HSL | 144.41º | 0.86% | 0.14% | - |
| HSV(B) | 144.41º | 0.92% | 0.25% | - |
| XYZ | 2.12 | 3.79 | 1.78 | - |
| YUV | 42.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 29 | 0.92 | 0 | 0.55 | 0.75 | 144.41 | 0.86 | 0.14 |
| Hex | 5 | 40 | 1D | 5C | 0 | 37 | 4B | 90 | 56 | E |
| Octal | 5 | 100 | 35 | 134 | 0 | 67 | 113 | 220 | 126 | 16 |
| Binary | 101 | 1000000 | 11101 | 1011100 | 0 | 110111 | 1001011 | 10010000 | 1010110 | 1110 |
Color Harmonies of #05401D
Complementary color
Monochromatic Colors of #05401D
Black with #05401D
Text Example
Text Example
White with #05401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05401D; }
p { color: rgb(5,64,29); }
H1.HeaderClassName
{
color: #05401D;
}
.AnyTagClassName
{
color: #05401D;
}
</style>
background-color css
<style>
a { background-color: #05401D; }
a { background-color: rgb(5,64,29); }
div.DivClassName
{
background-color: #05401D;
}
.BgClassName
{
background-color: #05401D;
}
</style>
border-color css
<style>
span { border-color: #05401D; }
span { border-color: rgb(5,64,29); }
td.TdClassName
{
border-color: #05401D;
}
.TagClassName
{
border-color: #05401D;
}
</style>