Shades of British Racing Green #00522F
Tints of British Racing Green #00522F
RGB
CMYK
RGB Variations
Color information
#00522F (or 0x00522F) is known color: British Racing Green. HEX triplet: 00, 52 and 2F. RGB value is (0,82,47). Sum of RGB (Red+Green+Blue) = 0+82+47=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #00522F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00522F is #FFADD0. Grayscale: #353535. Windows color (decimal): -16756177 or 3101184. OLE color: 3101184.
HSL color Cylindrical-coordinate representation of color #00522F: hue angle of 154.39º 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 #00522F is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 47 | - |
| CMYK | 1 | 0 | 0.43 | 0.68 |
| HSL | 154.39º | 1% | 0.16% | - |
| HSV(B) | 154.39º | 1% | 0.32% | - |
| XYZ | 3.53 | 6.24 | 3.71 | - |
| YUV | 53.49 | 124.33 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 47 | 1 | 0 | 0.43 | 0.68 | 154.39 | 1 | 0.16 |
| Hex | 0 | 52 | 2F | 64 | 0 | 2B | 44 | 9A | 64 | 10 |
| Octal | 0 | 122 | 57 | 144 | 0 | 53 | 104 | 232 | 144 | 20 |
| Binary | 0 | 1010010 | 101111 | 1100100 | 0 | 101011 | 1000100 | 10011010 | 1100100 | 10000 |
Color Harmonies of #00522F
Complementary color
Monochromatic Colors of #00522F
Black with #00522F
Text Example
Text Example
White with #00522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00522F; }
p { color: rgb(0,82,47); }
H1.HeaderClassName
{
color: #00522F;
}
.AnyTagClassName
{
color: #00522F;
}
</style>
background-color css
<style>
a { background-color: #00522F; }
a { background-color: rgb(0,82,47); }
div.DivClassName
{
background-color: #00522F;
}
.BgClassName
{
background-color: #00522F;
}
</style>
border-color css
<style>
span { border-color: #00522F; }
span { border-color: rgb(0,82,47); }
td.TdClassName
{
border-color: #00522F;
}
.TagClassName
{
border-color: #00522F;
}
</style>