Shades of British Racing Green #034D17
Tints of British Racing Green #034D17
RGB
CMYK
RGB Variations
Color information
#034D17 (or 0x034D17) is known color: British Racing Green. HEX triplet: 03, 4D and 17. RGB value is (3,77,23). Sum of RGB (Red+Green+Blue) = 3+77+23=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 77 (30.47% from 255 or 74.76% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 77 - color contains mainly: green. Hex color #034D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D17 is #FCB2E8. Grayscale: #303030. Windows color (decimal): -16560873 or 1527043. OLE color: 1527043.
HSL color Cylindrical-coordinate representation of color #034D17: hue angle of 136.22º 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 #034D17 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 23 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.70 |
| HSL | 136.22º | 0.93% | 0.16% | - |
| HSV(B) | 136.22º | 0.96% | 0.3% | - |
| XYZ | 2.85 | 5.39 | 1.7 | - |
| YUV | 48.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 23 | 0.96 | 0 | 0.70 | 0.70 | 136.22 | 0.93 | 0.16 |
| Hex | 3 | 4D | 17 | 60 | 0 | 46 | 46 | 88 | 5C | 10 |
| Octal | 3 | 115 | 27 | 140 | 0 | 106 | 106 | 210 | 134 | 20 |
| Binary | 11 | 1001101 | 10111 | 1100000 | 0 | 1000110 | 1000110 | 10001000 | 1011100 | 10000 |
Color Harmonies of #034D17
Complementary color
Monochromatic Colors of #034D17
Black with #034D17
Text Example
Text Example
White with #034D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D17; }
p { color: rgb(3,77,23); }
H1.HeaderClassName
{
color: #034D17;
}
.AnyTagClassName
{
color: #034D17;
}
</style>
background-color css
<style>
a { background-color: #034D17; }
a { background-color: rgb(3,77,23); }
div.DivClassName
{
background-color: #034D17;
}
.BgClassName
{
background-color: #034D17;
}
</style>
border-color css
<style>
span { border-color: #034D17; }
span { border-color: rgb(3,77,23); }
td.TdClassName
{
border-color: #034D17;
}
.TagClassName
{
border-color: #034D17;
}
</style>