Shades of British Racing Green #05442D
Tints of British Racing Green #05442D
RGB
CMYK
RGB Variations
Color information
#05442D (or 0x05442D) is known color: British Racing Green. HEX triplet: 05, 44 and 2D. RGB value is (5,68,45). Sum of RGB (Red+Green+Blue) = 5+68+45=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #05442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05442D is #FABBD2. Grayscale: #2E2E2E. Windows color (decimal): -16432083 or 2966533. OLE color: 2966533.
HSL color Cylindrical-coordinate representation of color #05442D: hue angle of 158.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05442D is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 68 | 45 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.73 |
| HSL | 158.1º | 0.86% | 0.14% | - |
| HSV(B) | 158.1º | 0.93% | 0.27% | - |
| XYZ | 2.6 | 4.36 | 3.19 | - |
| YUV | 46.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 45 | 0.93 | 0 | 0.34 | 0.73 | 158.1 | 0.86 | 0.14 |
| Hex | 5 | 44 | 2D | 5D | 0 | 22 | 49 | 9E | 56 | E |
| Octal | 5 | 104 | 55 | 135 | 0 | 42 | 111 | 236 | 126 | 16 |
| Binary | 101 | 1000100 | 101101 | 1011101 | 0 | 100010 | 1001001 | 10011110 | 1010110 | 1110 |
Color Harmonies of #05442D
Complementary color
Monochromatic Colors of #05442D
Black with #05442D
Text Example
Text Example
White with #05442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05442D; }
p { color: rgb(5,68,45); }
H1.HeaderClassName
{
color: #05442D;
}
.AnyTagClassName
{
color: #05442D;
}
</style>
background-color css
<style>
a { background-color: #05442D; }
a { background-color: rgb(5,68,45); }
div.DivClassName
{
background-color: #05442D;
}
.BgClassName
{
background-color: #05442D;
}
</style>
border-color css
<style>
span { border-color: #05442D; }
span { border-color: rgb(5,68,45); }
td.TdClassName
{
border-color: #05442D;
}
.TagClassName
{
border-color: #05442D;
}
</style>