Shades of British Racing Green #034E16
Tints of British Racing Green #034E16
RGB
CMYK
RGB Variations
Color information
#034E16 (or 0x034E16) is known color: British Racing Green. HEX triplet: 03, 4E and 16. RGB value is (3,78,22). Sum of RGB (Red+Green+Blue) = 3+78+22=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 78 (30.86% from 255 or 75.73% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 78 - color contains mainly: green. Hex color #034E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034E16 is #FCB1E9. Grayscale: #313131. Windows color (decimal): -16560618 or 1461763. OLE color: 1461763.
HSL color Cylindrical-coordinate representation of color #034E16: hue angle of 135.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 #034E16 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 78 | 22 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.69 |
| HSL | 135.2º | 0.93% | 0.16% | - |
| HSV(B) | 135.2º | 0.96% | 0.31% | - |
| XYZ | 2.91 | 5.53 | 1.67 | - |
| YUV | 49.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 22 | 0.96 | 0 | 0.72 | 0.69 | 135.2 | 0.93 | 0.16 |
| Hex | 3 | 4E | 16 | 60 | 0 | 48 | 45 | 87 | 5D | 10 |
| Octal | 3 | 116 | 26 | 140 | 0 | 110 | 105 | 207 | 135 | 20 |
| Binary | 11 | 1001110 | 10110 | 1100000 | 0 | 1001000 | 1000101 | 10000111 | 1011101 | 10000 |
Color Harmonies of #034E16
Complementary color
Monochromatic Colors of #034E16
Black with #034E16
Text Example
Text Example
White with #034E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034E16; }
p { color: rgb(3,78,22); }
H1.HeaderClassName
{
color: #034E16;
}
.AnyTagClassName
{
color: #034E16;
}
</style>
background-color css
<style>
a { background-color: #034E16; }
a { background-color: rgb(3,78,22); }
div.DivClassName
{
background-color: #034E16;
}
.BgClassName
{
background-color: #034E16;
}
</style>
border-color css
<style>
span { border-color: #034E16; }
span { border-color: rgb(3,78,22); }
td.TdClassName
{
border-color: #034E16;
}
.TagClassName
{
border-color: #034E16;
}
</style>