Shades of British Racing Green #00522D
Tints of British Racing Green #00522D
RGB
CMYK
RGB Variations
Color information
#00522D (or 0x00522D) is known color: British Racing Green. HEX triplet: 00, 52 and 2D. RGB value is (0,82,45). Sum of RGB (Red+Green+Blue) = 0+82+45=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #00522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00522D is #FFADD2. Grayscale: #353535. Windows color (decimal): -16756179 or 2970112. OLE color: 2970112.
HSL color Cylindrical-coordinate representation of color #00522D: hue angle of 152.93º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00522D is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 45 | - |
| CMYK | 1 | 0 | 0.45 | 0.68 |
| HSL | 152.93º | 1% | 0.16% | - |
| HSV(B) | 152.93º | 1% | 0.32% | - |
| XYZ | 3.49 | 6.22 | 3.5 | - |
| YUV | 53.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 45 | 1 | 0 | 0.45 | 0.68 | 152.93 | 1 | 0.16 |
| Hex | 0 | 52 | 2D | 64 | 0 | 2D | 44 | 99 | 64 | 10 |
| Octal | 0 | 122 | 55 | 144 | 0 | 55 | 104 | 231 | 144 | 20 |
| Binary | 0 | 1010010 | 101101 | 1100100 | 0 | 101101 | 1000100 | 10011001 | 1100100 | 10000 |
Color Harmonies of #00522D
Complementary color
Monochromatic Colors of #00522D
Black with #00522D
Text Example
Text Example
White with #00522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00522D; }
p { color: rgb(0,82,45); }
H1.HeaderClassName
{
color: #00522D;
}
.AnyTagClassName
{
color: #00522D;
}
</style>
background-color css
<style>
a { background-color: #00522D; }
a { background-color: rgb(0,82,45); }
div.DivClassName
{
background-color: #00522D;
}
.BgClassName
{
background-color: #00522D;
}
</style>
border-color css
<style>
span { border-color: #00522D; }
span { border-color: rgb(0,82,45); }
td.TdClassName
{
border-color: #00522D;
}
.TagClassName
{
border-color: #00522D;
}
</style>