Shades of British Racing Green #034D14
Tints of British Racing Green #034D14
RGB
CMYK
RGB Variations
Color information
#034D14 (or 0x034D14) is known color: British Racing Green. HEX triplet: 03, 4D and 14. RGB value is (3,77,20). Sum of RGB (Red+Green+Blue) = 3+77+20=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 77 (30.47% from 255 or 77% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 77 - color contains mainly: green. Hex color #034D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D14 is #FCB2EB. Grayscale: #303030. Windows color (decimal): -16560876 or 1330435. OLE color: 1330435.
HSL color Cylindrical-coordinate representation of color #034D14: hue angle of 133.78º 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 #034D14 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 20 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.70 |
| HSL | 133.78º | 0.93% | 0.16% | - |
| HSV(B) | 133.78º | 0.96% | 0.3% | - |
| XYZ | 2.82 | 5.38 | 1.55 | - |
| YUV | 48.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 20 | 0.96 | 0 | 0.74 | 0.70 | 133.78 | 0.93 | 0.16 |
| Hex | 3 | 4D | 14 | 60 | 0 | 4A | 46 | 86 | 5C | 10 |
| Octal | 3 | 115 | 24 | 140 | 0 | 112 | 106 | 206 | 134 | 20 |
| Binary | 11 | 1001101 | 10100 | 1100000 | 0 | 1001010 | 1000110 | 10000110 | 1011100 | 10000 |
Color Harmonies of #034D14
Complementary color
Monochromatic Colors of #034D14
Black with #034D14
Text Example
Text Example
White with #034D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D14; }
p { color: rgb(3,77,20); }
H1.HeaderClassName
{
color: #034D14;
}
.AnyTagClassName
{
color: #034D14;
}
</style>
background-color css
<style>
a { background-color: #034D14; }
a { background-color: rgb(3,77,20); }
div.DivClassName
{
background-color: #034D14;
}
.BgClassName
{
background-color: #034D14;
}
</style>
border-color css
<style>
span { border-color: #034D14; }
span { border-color: rgb(3,77,20); }
td.TdClassName
{
border-color: #034D14;
}
.TagClassName
{
border-color: #034D14;
}
</style>