Shades of British Racing Green #05441E
Tints of British Racing Green #05441E
RGB
CMYK
RGB Variations
Color information
#05441E (or 0x05441E) is known color: British Racing Green. HEX triplet: 05, 44 and 1E. RGB value is (5,68,30). Sum of RGB (Red+Green+Blue) = 5+68+30=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 68 (26.95% from 255 or 66.02% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 68 - color contains mainly: green. Hex color #05441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05441E is #FABBE1. Grayscale: #2C2C2C. Windows color (decimal): -16432098 or 1983493. OLE color: 1983493.
HSL color Cylindrical-coordinate representation of color #05441E: hue angle of 143.81º 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 #05441E is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 68 | 30 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.73 |
| HSL | 143.81º | 0.86% | 0.14% | - |
| HSV(B) | 143.81º | 0.93% | 0.27% | - |
| XYZ | 2.36 | 4.26 | 1.93 | - |
| YUV | 44.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 30 | 0.93 | 0 | 0.56 | 0.73 | 143.81 | 0.86 | 0.14 |
| Hex | 5 | 44 | 1E | 5D | 0 | 38 | 49 | 90 | 56 | E |
| Octal | 5 | 104 | 36 | 135 | 0 | 70 | 111 | 220 | 126 | 16 |
| Binary | 101 | 1000100 | 11110 | 1011101 | 0 | 111000 | 1001001 | 10010000 | 1010110 | 1110 |
Color Harmonies of #05441E
Complementary color
Monochromatic Colors of #05441E
Black with #05441E
Text Example
Text Example
White with #05441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05441E; }
p { color: rgb(5,68,30); }
H1.HeaderClassName
{
color: #05441E;
}
.AnyTagClassName
{
color: #05441E;
}
</style>
background-color css
<style>
a { background-color: #05441E; }
a { background-color: rgb(5,68,30); }
div.DivClassName
{
background-color: #05441E;
}
.BgClassName
{
background-color: #05441E;
}
</style>
border-color css
<style>
span { border-color: #05441E; }
span { border-color: rgb(5,68,30); }
td.TdClassName
{
border-color: #05441E;
}
.TagClassName
{
border-color: #05441E;
}
</style>