Shades of British Racing Green #034A2E
Tints of British Racing Green #034A2E
RGB
CMYK
RGB Variations
Color information
#034A2E (or 0x034A2E) is known color: British Racing Green. HEX triplet: 03, 4A and 2E. RGB value is (3,74,46). Sum of RGB (Red+Green+Blue) = 3+74+46=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 74 (29.30% from 255 or 60.16% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 74 - color contains mainly: green. Hex color #034A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A2E is #FCB5D1. Grayscale: #313131. Windows color (decimal): -16561618 or 3033603. OLE color: 3033603.
HSL color Cylindrical-coordinate representation of color #034A2E: hue angle of 156.34º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A2E is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 46 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.71 |
| HSL | 156.34º | 0.92% | 0.15% | - |
| HSV(B) | 156.34º | 0.96% | 0.29% | - |
| XYZ | 2.98 | 5.11 | 3.41 | - |
| YUV | 49.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 46 | 0.96 | 0 | 0.38 | 0.71 | 156.34 | 0.92 | 0.15 |
| Hex | 3 | 4A | 2E | 60 | 0 | 26 | 47 | 9C | 5C | F |
| Octal | 3 | 112 | 56 | 140 | 0 | 46 | 107 | 234 | 134 | 17 |
| Binary | 11 | 1001010 | 101110 | 1100000 | 0 | 100110 | 1000111 | 10011100 | 1011100 | 1111 |
Color Harmonies of #034A2E
Complementary color
Monochromatic Colors of #034A2E
Black with #034A2E
Text Example
Text Example
White with #034A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A2E; }
p { color: rgb(3,74,46); }
H1.HeaderClassName
{
color: #034A2E;
}
.AnyTagClassName
{
color: #034A2E;
}
</style>
background-color css
<style>
a { background-color: #034A2E; }
a { background-color: rgb(3,74,46); }
div.DivClassName
{
background-color: #034A2E;
}
.BgClassName
{
background-color: #034A2E;
}
</style>
border-color css
<style>
span { border-color: #034A2E; }
span { border-color: rgb(3,74,46); }
td.TdClassName
{
border-color: #034A2E;
}
.TagClassName
{
border-color: #034A2E;
}
</style>