Shades of British Racing Green #054A1D
Tints of British Racing Green #054A1D
RGB
CMYK
RGB Variations
Color information
#054A1D (or 0x054A1D) is known color: British Racing Green. HEX triplet: 05, 4A and 1D. RGB value is (5,74,29). Sum of RGB (Red+Green+Blue) = 5+74+29=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 74 (29.30% from 255 or 68.52% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 74 - color contains mainly: green. Hex color #054A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A1D is #FAB5E2. Grayscale: #303030. Windows color (decimal): -16430563 or 1919493. OLE color: 1919493.
HSL color Cylindrical-coordinate representation of color #054A1D: hue angle of 140.87º 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 #054A1D is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 74 | 29 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.71 |
| HSL | 140.87º | 0.87% | 0.15% | - |
| HSV(B) | 140.87º | 0.93% | 0.29% | - |
| XYZ | 2.73 | 5.02 | 1.99 | - |
| YUV | 48.24 | 117.14 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 29 | 0.93 | 0 | 0.61 | 0.71 | 140.87 | 0.87 | 0.15 |
| Hex | 5 | 4A | 1D | 5D | 0 | 3D | 47 | 8D | 57 | F |
| Octal | 5 | 112 | 35 | 135 | 0 | 75 | 107 | 215 | 127 | 17 |
| Binary | 101 | 1001010 | 11101 | 1011101 | 0 | 111101 | 1000111 | 10001101 | 1010111 | 1111 |
Color Harmonies of #054A1D
Complementary color
Monochromatic Colors of #054A1D
Black with #054A1D
Text Example
Text Example
White with #054A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A1D; }
p { color: rgb(5,74,29); }
H1.HeaderClassName
{
color: #054A1D;
}
.AnyTagClassName
{
color: #054A1D;
}
</style>
background-color css
<style>
a { background-color: #054A1D; }
a { background-color: rgb(5,74,29); }
div.DivClassName
{
background-color: #054A1D;
}
.BgClassName
{
background-color: #054A1D;
}
</style>
border-color css
<style>
span { border-color: #054A1D; }
span { border-color: rgb(5,74,29); }
td.TdClassName
{
border-color: #054A1D;
}
.TagClassName
{
border-color: #054A1D;
}
</style>