Shades of British Racing Green #034D15
Tints of British Racing Green #034D15
RGB
CMYK
RGB Variations
Color information
#034D15 (or 0x034D15) is known color: British Racing Green. HEX triplet: 03, 4D and 15. RGB value is (3,77,21). Sum of RGB (Red+Green+Blue) = 3+77+21=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 77 (30.47% from 255 or 76.24% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 77 - color contains mainly: green. Hex color #034D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D15 is #FCB2EA. Grayscale: #303030. Windows color (decimal): -16560875 or 1395971. OLE color: 1395971.
HSL color Cylindrical-coordinate representation of color #034D15: hue angle of 134.59º 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 #034D15 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 21 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.70 |
| HSL | 134.59º | 0.93% | 0.16% | - |
| HSV(B) | 134.59º | 0.96% | 0.3% | - |
| XYZ | 2.83 | 5.38 | 1.6 | - |
| YUV | 48.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 21 | 0.96 | 0 | 0.73 | 0.70 | 134.59 | 0.93 | 0.16 |
| Hex | 3 | 4D | 15 | 60 | 0 | 49 | 46 | 87 | 5C | 10 |
| Octal | 3 | 115 | 25 | 140 | 0 | 111 | 106 | 207 | 134 | 20 |
| Binary | 11 | 1001101 | 10101 | 1100000 | 0 | 1001001 | 1000110 | 10000111 | 1011100 | 10000 |
Color Harmonies of #034D15
Complementary color
Monochromatic Colors of #034D15
Black with #034D15
Text Example
Text Example
White with #034D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D15; }
p { color: rgb(3,77,21); }
H1.HeaderClassName
{
color: #034D15;
}
.AnyTagClassName
{
color: #034D15;
}
</style>
background-color css
<style>
a { background-color: #034D15; }
a { background-color: rgb(3,77,21); }
div.DivClassName
{
background-color: #034D15;
}
.BgClassName
{
background-color: #034D15;
}
</style>
border-color css
<style>
span { border-color: #034D15; }
span { border-color: rgb(3,77,21); }
td.TdClassName
{
border-color: #034D15;
}
.TagClassName
{
border-color: #034D15;
}
</style>