Shades of British Racing Green #054629
Tints of British Racing Green #054629
RGB
CMYK
RGB Variations
Color information
#054629 (or 0x054629) is known color: British Racing Green. HEX triplet: 05, 46 and 29. RGB value is (5,70,41). Sum of RGB (Red+Green+Blue) = 5+70+41=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #054629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054629 is #FAB9D6. Grayscale: #2F2F2F. Windows color (decimal): -16431575 or 2704901. OLE color: 2704901.
HSL color Cylindrical-coordinate representation of color #054629: hue angle of 153.23º degrees, saturation: 0.87, 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 #054629 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 70 | 41 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.73 |
| HSL | 153.23º | 0.87% | 0.15% | - |
| HSV(B) | 153.23º | 0.93% | 0.27% | - |
| XYZ | 2.65 | 4.57 | 2.84 | - |
| YUV | 47.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 41 | 0.93 | 0 | 0.41 | 0.73 | 153.23 | 0.87 | 0.15 |
| Hex | 5 | 46 | 29 | 5D | 0 | 29 | 49 | 99 | 57 | F |
| Octal | 5 | 106 | 51 | 135 | 0 | 51 | 111 | 231 | 127 | 17 |
| Binary | 101 | 1000110 | 101001 | 1011101 | 0 | 101001 | 1001001 | 10011001 | 1010111 | 1111 |
Color Harmonies of #054629
Complementary color
Monochromatic Colors of #054629
Black with #054629
Text Example
Text Example
White with #054629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054629; }
p { color: rgb(5,70,41); }
H1.HeaderClassName
{
color: #054629;
}
.AnyTagClassName
{
color: #054629;
}
</style>
background-color css
<style>
a { background-color: #054629; }
a { background-color: rgb(5,70,41); }
div.DivClassName
{
background-color: #054629;
}
.BgClassName
{
background-color: #054629;
}
</style>
border-color css
<style>
span { border-color: #054629; }
span { border-color: rgb(5,70,41); }
td.TdClassName
{
border-color: #054629;
}
.TagClassName
{
border-color: #054629;
}
</style>