Shades of British Racing Green #054A1A
Tints of British Racing Green #054A1A
RGB
CMYK
RGB Variations
Color information
#054A1A (or 0x054A1A) is known color: British Racing Green. HEX triplet: 05, 4A and 1A. RGB value is (5,74,26). Sum of RGB (Red+Green+Blue) = 5+74+26=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #054A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A1A is #FAB5E5. Grayscale: #303030. Windows color (decimal): -16430566 or 1722885. OLE color: 1722885.
HSL color Cylindrical-coordinate representation of color #054A1A: hue angle of 138.26º 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 #054A1A is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 74 | 26 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.71 |
| HSL | 138.26º | 0.87% | 0.15% | - |
| HSV(B) | 138.26º | 0.93% | 0.29% | - |
| XYZ | 2.7 | 5 | 1.8 | - |
| YUV | 47.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 26 | 0.93 | 0 | 0.65 | 0.71 | 138.26 | 0.87 | 0.15 |
| Hex | 5 | 4A | 1A | 5D | 0 | 41 | 47 | 8A | 57 | F |
| Octal | 5 | 112 | 32 | 135 | 0 | 101 | 107 | 212 | 127 | 17 |
| Binary | 101 | 1001010 | 11010 | 1011101 | 0 | 1000001 | 1000111 | 10001010 | 1010111 | 1111 |
Color Harmonies of #054A1A
Complementary color
Monochromatic Colors of #054A1A
Black with #054A1A
Text Example
Text Example
White with #054A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A1A; }
p { color: rgb(5,74,26); }
H1.HeaderClassName
{
color: #054A1A;
}
.AnyTagClassName
{
color: #054A1A;
}
</style>
background-color css
<style>
a { background-color: #054A1A; }
a { background-color: rgb(5,74,26); }
div.DivClassName
{
background-color: #054A1A;
}
.BgClassName
{
background-color: #054A1A;
}
</style>
border-color css
<style>
span { border-color: #054A1A; }
span { border-color: rgb(5,74,26); }
td.TdClassName
{
border-color: #054A1A;
}
.TagClassName
{
border-color: #054A1A;
}
</style>