Shades of British Racing Green #05482D
Tints of British Racing Green #05482D
RGB
CMYK
RGB Variations
Color information
#05482D (or 0x05482D) is known color: British Racing Green. HEX triplet: 05, 48 and 2D. RGB value is (5,72,45). Sum of RGB (Red+Green+Blue) = 5+72+45=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #05482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05482D is #FAB7D2. Grayscale: #303030. Windows color (decimal): -16431059 or 2967557. OLE color: 2967557.
HSL color Cylindrical-coordinate representation of color #05482D: hue angle of 155.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05482D is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 72 | 45 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.72 |
| HSL | 155.82º | 0.87% | 0.15% | - |
| HSV(B) | 155.82º | 0.93% | 0.28% | - |
| XYZ | 2.85 | 4.86 | 3.27 | - |
| YUV | 48.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 45 | 0.93 | 0 | 0.38 | 0.72 | 155.82 | 0.87 | 0.15 |
| Hex | 5 | 48 | 2D | 5D | 0 | 26 | 48 | 9C | 57 | F |
| Octal | 5 | 110 | 55 | 135 | 0 | 46 | 110 | 234 | 127 | 17 |
| Binary | 101 | 1001000 | 101101 | 1011101 | 0 | 100110 | 1001000 | 10011100 | 1010111 | 1111 |
Color Harmonies of #05482D
Complementary color
Monochromatic Colors of #05482D
Black with #05482D
Text Example
Text Example
White with #05482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05482D; }
p { color: rgb(5,72,45); }
H1.HeaderClassName
{
color: #05482D;
}
.AnyTagClassName
{
color: #05482D;
}
</style>
background-color css
<style>
a { background-color: #05482D; }
a { background-color: rgb(5,72,45); }
div.DivClassName
{
background-color: #05482D;
}
.BgClassName
{
background-color: #05482D;
}
</style>
border-color css
<style>
span { border-color: #05482D; }
span { border-color: rgb(5,72,45); }
td.TdClassName
{
border-color: #05482D;
}
.TagClassName
{
border-color: #05482D;
}
</style>