Shades of British Racing Green #034E20
Tints of British Racing Green #034E20
RGB
CMYK
RGB Variations
Color information
#034E20 (or 0x034E20) is known color: British Racing Green. HEX triplet: 03, 4E and 20. RGB value is (3,78,32). Sum of RGB (Red+Green+Blue) = 3+78+32=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 78 (30.86% from 255 or 69.03% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 78 - color contains mainly: green. Hex color #034E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E20 is #FCB1DF. Grayscale: #323232. Windows color (decimal): -16560608 or 2117123. OLE color: 2117123.
HSL color Cylindrical-coordinate representation of color #034E20: hue angle of 143.2º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034E20 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 78 | 32 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.69 |
| HSL | 143.2º | 0.93% | 0.16% | - |
| HSV(B) | 143.2º | 0.96% | 0.31% | - |
| XYZ | 3.02 | 5.57 | 2.28 | - |
| YUV | 50.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 32 | 0.96 | 0 | 0.59 | 0.69 | 143.2 | 0.93 | 0.16 |
| Hex | 3 | 4E | 20 | 60 | 0 | 3B | 45 | 8F | 5D | 10 |
| Octal | 3 | 116 | 40 | 140 | 0 | 73 | 105 | 217 | 135 | 20 |
| Binary | 11 | 1001110 | 100000 | 1100000 | 0 | 111011 | 1000101 | 10001111 | 1011101 | 10000 |
Color Harmonies of #034E20
Complementary color
Monochromatic Colors of #034E20
Black with #034E20
Text Example
Text Example
White with #034E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034E20; }
p { color: rgb(3,78,32); }
H1.HeaderClassName
{
color: #034E20;
}
.AnyTagClassName
{
color: #034E20;
}
</style>
background-color css
<style>
a { background-color: #034E20; }
a { background-color: rgb(3,78,32); }
div.DivClassName
{
background-color: #034E20;
}
.BgClassName
{
background-color: #034E20;
}
</style>
border-color css
<style>
span { border-color: #034E20; }
span { border-color: rgb(3,78,32); }
td.TdClassName
{
border-color: #034E20;
}
.TagClassName
{
border-color: #034E20;
}
</style>