Shades of British Racing Green #005829
Tints of British Racing Green #005829
RGB
CMYK
RGB Variations
Color information
#005829 (or 0x005829) is known color: British Racing Green. HEX triplet: 00, 58 and 29. RGB value is (0,88,41). Sum of RGB (Red+Green+Blue) = 0+88+41=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #005829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005829 is #FFA7D6. Grayscale: #383838. Windows color (decimal): -16754647 or 2709504. OLE color: 2709504.
HSL color Cylindrical-coordinate representation of color #005829: hue angle of 147.95º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005829 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 88 | 41 | - |
| CMYK | 1 | 0 | 0.53 | 0.65 |
| HSL | 147.95º | 1% | 0.17% | - |
| HSV(B) | 147.95º | 1% | 0.35% | - |
| XYZ | 3.89 | 7.14 | 3.27 | - |
| YUV | 56.33 | 119.35 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 41 | 1 | 0 | 0.53 | 0.65 | 147.95 | 1 | 0.17 |
| Hex | 0 | 58 | 29 | 64 | 0 | 35 | 41 | 94 | 64 | 11 |
| Octal | 0 | 130 | 51 | 144 | 0 | 65 | 101 | 224 | 144 | 21 |
| Binary | 0 | 1011000 | 101001 | 1100100 | 0 | 110101 | 1000001 | 10010100 | 1100100 | 10001 |
Color Harmonies of #005829
Complementary color
Monochromatic Colors of #005829
Black with #005829
Text Example
Text Example
White with #005829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005829; }
p { color: rgb(0,88,41); }
H1.HeaderClassName
{
color: #005829;
}
.AnyTagClassName
{
color: #005829;
}
</style>
background-color css
<style>
a { background-color: #005829; }
a { background-color: rgb(0,88,41); }
div.DivClassName
{
background-color: #005829;
}
.BgClassName
{
background-color: #005829;
}
</style>
border-color css
<style>
span { border-color: #005829; }
span { border-color: rgb(0,88,41); }
td.TdClassName
{
border-color: #005829;
}
.TagClassName
{
border-color: #005829;
}
</style>