Shades of British Racing Green #034C37
Tints of British Racing Green #034C37
RGB
CMYK
RGB Variations
Color information
#034C37 (or 0x034C37) is known color: British Racing Green. HEX triplet: 03, 4C and 37. RGB value is (3,76,55). Sum of RGB (Red+Green+Blue) = 3+76+55=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #034C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C37 is #FCB3C8. Grayscale: #333333. Windows color (decimal): -16561097 or 3623939. OLE color: 3623939.
HSL color Cylindrical-coordinate representation of color #034C37: hue angle of 162.74º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034C37 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 76 | 55 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.70 |
| HSL | 162.74º | 0.92% | 0.15% | - |
| HSV(B) | 162.74º | 0.96% | 0.3% | - |
| XYZ | 3.31 | 5.46 | 4.49 | - |
| YUV | 51.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 55 | 0.96 | 0 | 0.28 | 0.70 | 162.74 | 0.92 | 0.15 |
| Hex | 3 | 4C | 37 | 60 | 0 | 1C | 46 | A3 | 5C | F |
| Octal | 3 | 114 | 67 | 140 | 0 | 34 | 106 | 243 | 134 | 17 |
| Binary | 11 | 1001100 | 110111 | 1100000 | 0 | 11100 | 1000110 | 10100011 | 1011100 | 1111 |
Color Harmonies of #034C37
Complementary color
Monochromatic Colors of #034C37
Black with #034C37
Text Example
Text Example
White with #034C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C37; }
p { color: rgb(3,76,55); }
H1.HeaderClassName
{
color: #034C37;
}
.AnyTagClassName
{
color: #034C37;
}
</style>
background-color css
<style>
a { background-color: #034C37; }
a { background-color: rgb(3,76,55); }
div.DivClassName
{
background-color: #034C37;
}
.BgClassName
{
background-color: #034C37;
}
</style>
border-color css
<style>
span { border-color: #034C37; }
span { border-color: rgb(3,76,55); }
td.TdClassName
{
border-color: #034C37;
}
.TagClassName
{
border-color: #034C37;
}
</style>