Shades of British Racing Green #034D31
Tints of British Racing Green #034D31
RGB
CMYK
RGB Variations
Color information
#034D31 (or 0x034D31) is known color: British Racing Green. HEX triplet: 03, 4D and 31. RGB value is (3,77,49). Sum of RGB (Red+Green+Blue) = 3+77+49=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 77 (30.47% from 255 or 59.69% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 77 - color contains mainly: green. Hex color #034D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D31 is #FCB2CE. Grayscale: #333333. Windows color (decimal): -16560847 or 3230979. OLE color: 3230979.
HSL color Cylindrical-coordinate representation of color #034D31: hue angle of 157.3º 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 #034D31 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 49 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.70 |
| HSL | 157.3º | 0.93% | 0.16% | - |
| HSV(B) | 157.3º | 0.96% | 0.3% | - |
| XYZ | 3.25 | 5.55 | 3.81 | - |
| YUV | 51.68 | 126.48 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 49 | 0.96 | 0 | 0.36 | 0.70 | 157.3 | 0.93 | 0.16 |
| Hex | 3 | 4D | 31 | 60 | 0 | 24 | 46 | 9D | 5C | 10 |
| Octal | 3 | 115 | 61 | 140 | 0 | 44 | 106 | 235 | 134 | 20 |
| Binary | 11 | 1001101 | 110001 | 1100000 | 0 | 100100 | 1000110 | 10011101 | 1011100 | 10000 |
Color Harmonies of #034D31
Complementary color
Monochromatic Colors of #034D31
Black with #034D31
Text Example
Text Example
White with #034D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D31; }
p { color: rgb(3,77,49); }
H1.HeaderClassName
{
color: #034D31;
}
.AnyTagClassName
{
color: #034D31;
}
</style>
background-color css
<style>
a { background-color: #034D31; }
a { background-color: rgb(3,77,49); }
div.DivClassName
{
background-color: #034D31;
}
.BgClassName
{
background-color: #034D31;
}
</style>
border-color css
<style>
span { border-color: #034D31; }
span { border-color: rgb(3,77,49); }
td.TdClassName
{
border-color: #034D31;
}
.TagClassName
{
border-color: #034D31;
}
</style>