Shades of British Racing Green #004C30
Tints of British Racing Green #004C30
RGB
CMYK
RGB Variations
Color information
#004C30 (or 0x004C30) is known color: British Racing Green. HEX triplet: 00, 4C and 30. RGB value is (0,76,48). Sum of RGB (Red+Green+Blue) = 0+76+48=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #004C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C30 is #FFB3CF. Grayscale: #323232. Windows color (decimal): -16757712 or 3165184. OLE color: 3165184.
HSL color Cylindrical-coordinate representation of color #004C30: hue angle of 157.89º 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 #004C30 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 76 | 48 | - |
| CMYK | 1 | 0 | 0.37 | 0.70 |
| HSL | 157.89º | 1% | 0.15% | - |
| HSV(B) | 157.89º | 1% | 0.3% | - |
| XYZ | 3.12 | 5.38 | 3.67 | - |
| YUV | 50.08 | 126.82 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 48 | 1 | 0 | 0.37 | 0.70 | 157.89 | 1 | 0.15 |
| Hex | 0 | 4C | 30 | 64 | 0 | 25 | 46 | 9E | 64 | F |
| Octal | 0 | 114 | 60 | 144 | 0 | 45 | 106 | 236 | 144 | 17 |
| Binary | 0 | 1001100 | 110000 | 1100100 | 0 | 100101 | 1000110 | 10011110 | 1100100 | 1111 |
Color Harmonies of #004C30
Complementary color
Monochromatic Colors of #004C30
Black with #004C30
Text Example
Text Example
White with #004C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C30; }
p { color: rgb(0,76,48); }
H1.HeaderClassName
{
color: #004C30;
}
.AnyTagClassName
{
color: #004C30;
}
</style>
background-color css
<style>
a { background-color: #004C30; }
a { background-color: rgb(0,76,48); }
div.DivClassName
{
background-color: #004C30;
}
.BgClassName
{
background-color: #004C30;
}
</style>
border-color css
<style>
span { border-color: #004C30; }
span { border-color: rgb(0,76,48); }
td.TdClassName
{
border-color: #004C30;
}
.TagClassName
{
border-color: #004C30;
}
</style>