Shades of British Racing Green #05492C
Tints of British Racing Green #05492C
RGB
CMYK
RGB Variations
Color information
#05492C (or 0x05492C) is known color: British Racing Green. HEX triplet: 05, 49 and 2C. RGB value is (5,73,44). Sum of RGB (Red+Green+Blue) = 5+73+44=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #05492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05492C is #FAB6D3. Grayscale: #313131. Windows color (decimal): -16430804 or 2902277. OLE color: 2902277.
HSL color Cylindrical-coordinate representation of color #05492C: hue angle of 154.41º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05492C is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 73 | 44 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.71 |
| HSL | 154.41º | 0.87% | 0.15% | - |
| HSV(B) | 154.41º | 0.93% | 0.29% | - |
| XYZ | 2.9 | 4.98 | 3.19 | - |
| YUV | 49.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 44 | 0.93 | 0 | 0.40 | 0.71 | 154.41 | 0.87 | 0.15 |
| Hex | 5 | 49 | 2C | 5D | 0 | 28 | 47 | 9A | 57 | F |
| Octal | 5 | 111 | 54 | 135 | 0 | 50 | 107 | 232 | 127 | 17 |
| Binary | 101 | 1001001 | 101100 | 1011101 | 0 | 101000 | 1000111 | 10011010 | 1010111 | 1111 |
Color Harmonies of #05492C
Complementary color
Monochromatic Colors of #05492C
Black with #05492C
Text Example
Text Example
White with #05492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05492C; }
p { color: rgb(5,73,44); }
H1.HeaderClassName
{
color: #05492C;
}
.AnyTagClassName
{
color: #05492C;
}
</style>
background-color css
<style>
a { background-color: #05492C; }
a { background-color: rgb(5,73,44); }
div.DivClassName
{
background-color: #05492C;
}
.BgClassName
{
background-color: #05492C;
}
</style>
border-color css
<style>
span { border-color: #05492C; }
span { border-color: rgb(5,73,44); }
td.TdClassName
{
border-color: #05492C;
}
.TagClassName
{
border-color: #05492C;
}
</style>