Shades of British Racing Green #004C31
Tints of British Racing Green #004C31
RGB
CMYK
RGB Variations
Color information
#004C31 (or 0x004C31) is known color: British Racing Green. HEX triplet: 00, 4C and 31. RGB value is (0,76,49). Sum of RGB (Red+Green+Blue) = 0+76+49=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #004C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C31 is #FFB3CE. Grayscale: #323232. Windows color (decimal): -16757711 or 3230720. OLE color: 3230720.
HSL color Cylindrical-coordinate representation of color #004C31: hue angle of 158.68º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C31 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 76 | 49 | - |
| CMYK | 1 | 0 | 0.36 | 0.70 |
| HSL | 158.68º | 1% | 0.15% | - |
| HSV(B) | 158.68º | 1% | 0.3% | - |
| XYZ | 3.14 | 5.39 | 3.78 | - |
| YUV | 50.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 49 | 1 | 0 | 0.36 | 0.70 | 158.68 | 1 | 0.15 |
| Hex | 0 | 4C | 31 | 64 | 0 | 24 | 46 | 9F | 64 | F |
| Octal | 0 | 114 | 61 | 144 | 0 | 44 | 106 | 237 | 144 | 17 |
| Binary | 0 | 1001100 | 110001 | 1100100 | 0 | 100100 | 1000110 | 10011111 | 1100100 | 1111 |
Color Harmonies of #004C31
Complementary color
Monochromatic Colors of #004C31
Black with #004C31
Text Example
Text Example
White with #004C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C31; }
p { color: rgb(0,76,49); }
H1.HeaderClassName
{
color: #004C31;
}
.AnyTagClassName
{
color: #004C31;
}
</style>
background-color css
<style>
a { background-color: #004C31; }
a { background-color: rgb(0,76,49); }
div.DivClassName
{
background-color: #004C31;
}
.BgClassName
{
background-color: #004C31;
}
</style>
border-color css
<style>
span { border-color: #004C31; }
span { border-color: rgb(0,76,49); }
td.TdClassName
{
border-color: #004C31;
}
.TagClassName
{
border-color: #004C31;
}
</style>