Shades of British Racing Green #034D16
Tints of British Racing Green #034D16
RGB
CMYK
RGB Variations
Color information
#034D16 (or 0x034D16) is known color: British Racing Green. HEX triplet: 03, 4D and 16. RGB value is (3,77,22). Sum of RGB (Red+Green+Blue) = 3+77+22=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 77 (30.47% from 255 or 75.49% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 77 - color contains mainly: green. Hex color #034D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D16 is #FCB2E9. Grayscale: #303030. Windows color (decimal): -16560874 or 1461507. OLE color: 1461507.
HSL color Cylindrical-coordinate representation of color #034D16: hue angle of 135.41º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D16 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 22 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.70 |
| HSL | 135.41º | 0.93% | 0.16% | - |
| HSV(B) | 135.41º | 0.96% | 0.3% | - |
| XYZ | 2.84 | 5.39 | 1.65 | - |
| YUV | 48.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 22 | 0.96 | 0 | 0.71 | 0.70 | 135.41 | 0.93 | 0.16 |
| Hex | 3 | 4D | 16 | 60 | 0 | 47 | 46 | 87 | 5C | 10 |
| Octal | 3 | 115 | 26 | 140 | 0 | 107 | 106 | 207 | 134 | 20 |
| Binary | 11 | 1001101 | 10110 | 1100000 | 0 | 1000111 | 1000110 | 10000111 | 1011100 | 10000 |
Color Harmonies of #034D16
Complementary color
Monochromatic Colors of #034D16
Black with #034D16
Text Example
Text Example
White with #034D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D16; }
p { color: rgb(3,77,22); }
H1.HeaderClassName
{
color: #034D16;
}
.AnyTagClassName
{
color: #034D16;
}
</style>
background-color css
<style>
a { background-color: #034D16; }
a { background-color: rgb(3,77,22); }
div.DivClassName
{
background-color: #034D16;
}
.BgClassName
{
background-color: #034D16;
}
</style>
border-color css
<style>
span { border-color: #034D16; }
span { border-color: rgb(3,77,22); }
td.TdClassName
{
border-color: #034D16;
}
.TagClassName
{
border-color: #034D16;
}
</style>