Shades of British Racing Green #00562C
Tints of British Racing Green #00562C
RGB
CMYK
RGB Variations
Color information
#00562C (or 0x00562C) is known color: British Racing Green. HEX triplet: 00, 56 and 2C. RGB value is (0,86,44). Sum of RGB (Red+Green+Blue) = 0+86+44=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #00562C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00562C is #FFA9D3. Grayscale: #373737. Windows color (decimal): -16755156 or 2905600. OLE color: 2905600.
HSL color Cylindrical-coordinate representation of color #00562C: hue angle of 150.7º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00562C is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 86 | 44 | - |
| CMYK | 1 | 0 | 0.49 | 0.66 |
| HSL | 150.7º | 1% | 0.17% | - |
| HSV(B) | 150.7º | 1% | 0.34% | - |
| XYZ | 3.78 | 6.84 | 3.5 | - |
| YUV | 55.5 | 121.51 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 44 | 1 | 0 | 0.49 | 0.66 | 150.7 | 1 | 0.17 |
| Hex | 0 | 56 | 2C | 64 | 0 | 31 | 42 | 97 | 64 | 11 |
| Octal | 0 | 126 | 54 | 144 | 0 | 61 | 102 | 227 | 144 | 21 |
| Binary | 0 | 1010110 | 101100 | 1100100 | 0 | 110001 | 1000010 | 10010111 | 1100100 | 10001 |
Color Harmonies of #00562C
Complementary color
Monochromatic Colors of #00562C
Black with #00562C
Text Example
Text Example
White with #00562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00562C; }
p { color: rgb(0,86,44); }
H1.HeaderClassName
{
color: #00562C;
}
.AnyTagClassName
{
color: #00562C;
}
</style>
background-color css
<style>
a { background-color: #00562C; }
a { background-color: rgb(0,86,44); }
div.DivClassName
{
background-color: #00562C;
}
.BgClassName
{
background-color: #00562C;
}
</style>
border-color css
<style>
span { border-color: #00562C; }
span { border-color: rgb(0,86,44); }
td.TdClassName
{
border-color: #00562C;
}
.TagClassName
{
border-color: #00562C;
}
</style>