Shades of British Racing Green #004C2B
Tints of British Racing Green #004C2B
RGB
CMYK
RGB Variations
Color information
#004C2B (or 0x004C2B) is known color: British Racing Green. HEX triplet: 00, 4C and 2B. RGB value is (0,76,43). Sum of RGB (Red+Green+Blue) = 0+76+43=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #004C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C2B is #FFB3D4. Grayscale: #313131. Windows color (decimal): -16757717 or 2837504. OLE color: 2837504.
HSL color Cylindrical-coordinate representation of color #004C2B: hue angle of 153.95º 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 #004C2B is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 76 | 43 | - |
| CMYK | 1 | 0 | 0.43 | 0.70 |
| HSL | 153.95º | 1% | 0.15% | - |
| HSV(B) | 153.95º | 1% | 0.3% | - |
| XYZ | 3.02 | 5.34 | 3.16 | - |
| YUV | 49.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 43 | 1 | 0 | 0.43 | 0.70 | 153.95 | 1 | 0.15 |
| Hex | 0 | 4C | 2B | 64 | 0 | 2B | 46 | 9A | 64 | F |
| Octal | 0 | 114 | 53 | 144 | 0 | 53 | 106 | 232 | 144 | 17 |
| Binary | 0 | 1001100 | 101011 | 1100100 | 0 | 101011 | 1000110 | 10011010 | 1100100 | 1111 |
Color Harmonies of #004C2B
Complementary color
Monochromatic Colors of #004C2B
Black with #004C2B
Text Example
Text Example
White with #004C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C2B; }
p { color: rgb(0,76,43); }
H1.HeaderClassName
{
color: #004C2B;
}
.AnyTagClassName
{
color: #004C2B;
}
</style>
background-color css
<style>
a { background-color: #004C2B; }
a { background-color: rgb(0,76,43); }
div.DivClassName
{
background-color: #004C2B;
}
.BgClassName
{
background-color: #004C2B;
}
</style>
border-color css
<style>
span { border-color: #004C2B; }
span { border-color: rgb(0,76,43); }
td.TdClassName
{
border-color: #004C2B;
}
.TagClassName
{
border-color: #004C2B;
}
</style>