Shades of British Racing Green #054529
Tints of British Racing Green #054529
RGB
CMYK
RGB Variations
Color information
#054529 (or 0x054529) is known color: British Racing Green. HEX triplet: 05, 45 and 29. RGB value is (5,69,41). Sum of RGB (Red+Green+Blue) = 5+69+41=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 69 (27.34% from 255 or 60% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 69 - color contains mainly: green. Hex color #054529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054529 is #FABAD6. Grayscale: #2E2E2E. Windows color (decimal): -16431831 or 2704645. OLE color: 2704645.
HSL color Cylindrical-coordinate representation of color #054529: hue angle of 153.75º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054529 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 69 | 41 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.73 |
| HSL | 153.75º | 0.86% | 0.15% | - |
| HSV(B) | 153.75º | 0.93% | 0.27% | - |
| XYZ | 2.59 | 4.45 | 2.82 | - |
| YUV | 46.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 41 | 0.93 | 0 | 0.41 | 0.73 | 153.75 | 0.86 | 0.15 |
| Hex | 5 | 45 | 29 | 5D | 0 | 29 | 49 | 9A | 56 | F |
| Octal | 5 | 105 | 51 | 135 | 0 | 51 | 111 | 232 | 126 | 17 |
| Binary | 101 | 1000101 | 101001 | 1011101 | 0 | 101001 | 1001001 | 10011010 | 1010110 | 1111 |
Color Harmonies of #054529
Complementary color
Monochromatic Colors of #054529
Black with #054529
Text Example
Text Example
White with #054529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054529; }
p { color: rgb(5,69,41); }
H1.HeaderClassName
{
color: #054529;
}
.AnyTagClassName
{
color: #054529;
}
</style>
background-color css
<style>
a { background-color: #054529; }
a { background-color: rgb(5,69,41); }
div.DivClassName
{
background-color: #054529;
}
.BgClassName
{
background-color: #054529;
}
</style>
border-color css
<style>
span { border-color: #054529; }
span { border-color: rgb(5,69,41); }
td.TdClassName
{
border-color: #054529;
}
.TagClassName
{
border-color: #054529;
}
</style>