Shades of British Racing Green #05402D
Tints of British Racing Green #05402D
RGB
CMYK
RGB Variations
Color information
#05402D (or 0x05402D) is known color: British Racing Green. HEX triplet: 05, 40 and 2D. RGB value is (5,64,45). Sum of RGB (Red+Green+Blue) = 5+64+45=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #05402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05402D is #FABFD2. Grayscale: #2C2C2C. Windows color (decimal): -16433107 or 2965509. OLE color: 2965509.
HSL color Cylindrical-coordinate representation of color #05402D: hue angle of 160.68º 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 #05402D is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 45 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.75 |
| HSL | 160.68º | 0.86% | 0.14% | - |
| HSV(B) | 160.68º | 0.92% | 0.25% | - |
| XYZ | 2.37 | 3.89 | 3.11 | - |
| YUV | 44.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 45 | 0.92 | 0 | 0.30 | 0.75 | 160.68 | 0.86 | 0.14 |
| Hex | 5 | 40 | 2D | 5C | 0 | 1E | 4B | A1 | 56 | E |
| Octal | 5 | 100 | 55 | 134 | 0 | 36 | 113 | 241 | 126 | 16 |
| Binary | 101 | 1000000 | 101101 | 1011100 | 0 | 11110 | 1001011 | 10100001 | 1010110 | 1110 |
Color Harmonies of #05402D
Complementary color
Monochromatic Colors of #05402D
Black with #05402D
Text Example
Text Example
White with #05402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05402D; }
p { color: rgb(5,64,45); }
H1.HeaderClassName
{
color: #05402D;
}
.AnyTagClassName
{
color: #05402D;
}
</style>
background-color css
<style>
a { background-color: #05402D; }
a { background-color: rgb(5,64,45); }
div.DivClassName
{
background-color: #05402D;
}
.BgClassName
{
background-color: #05402D;
}
</style>
border-color css
<style>
span { border-color: #05402D; }
span { border-color: rgb(5,64,45); }
td.TdClassName
{
border-color: #05402D;
}
.TagClassName
{
border-color: #05402D;
}
</style>