Shades of British Racing Green #034C2E
Tints of British Racing Green #034C2E
RGB
CMYK
RGB Variations
Color information
#034C2E (or 0x034C2E) is known color: British Racing Green. HEX triplet: 03, 4C and 2E. RGB value is (3,76,46). Sum of RGB (Red+Green+Blue) = 3+76+46=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #034C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C2E is #FCB3D1. Grayscale: #323232. Windows color (decimal): -16561106 or 3034115. OLE color: 3034115.
HSL color Cylindrical-coordinate representation of color #034C2E: hue angle of 155.34º 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 #034C2E is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 76 | 46 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.70 |
| HSL | 155.34º | 0.92% | 0.15% | - |
| HSV(B) | 155.34º | 0.96% | 0.3% | - |
| XYZ | 3.12 | 5.39 | 3.46 | - |
| YUV | 50.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 46 | 0.96 | 0 | 0.39 | 0.70 | 155.34 | 0.92 | 0.15 |
| Hex | 3 | 4C | 2E | 60 | 0 | 27 | 46 | 9B | 5C | F |
| Octal | 3 | 114 | 56 | 140 | 0 | 47 | 106 | 233 | 134 | 17 |
| Binary | 11 | 1001100 | 101110 | 1100000 | 0 | 100111 | 1000110 | 10011011 | 1011100 | 1111 |
Color Harmonies of #034C2E
Complementary color
Monochromatic Colors of #034C2E
Black with #034C2E
Text Example
Text Example
White with #034C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C2E; }
p { color: rgb(3,76,46); }
H1.HeaderClassName
{
color: #034C2E;
}
.AnyTagClassName
{
color: #034C2E;
}
</style>
background-color css
<style>
a { background-color: #034C2E; }
a { background-color: rgb(3,76,46); }
div.DivClassName
{
background-color: #034C2E;
}
.BgClassName
{
background-color: #034C2E;
}
</style>
border-color css
<style>
span { border-color: #034C2E; }
span { border-color: rgb(3,76,46); }
td.TdClassName
{
border-color: #034C2E;
}
.TagClassName
{
border-color: #034C2E;
}
</style>