Shades of British Racing Green #034931
Tints of British Racing Green #034931
RGB
CMYK
RGB Variations
Color information
#034931 (or 0x034931) is known color: British Racing Green. HEX triplet: 03, 49 and 31. RGB value is (3,73,49). Sum of RGB (Red+Green+Blue) = 3+73+49=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #034931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034931 is #FCB6CE. Grayscale: #313131. Windows color (decimal): -16561871 or 3229955. OLE color: 3229955.
HSL color Cylindrical-coordinate representation of color #034931: hue angle of 159.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034931 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 73 | 49 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.71 |
| HSL | 159.43º | 0.92% | 0.15% | - |
| HSV(B) | 159.43º | 0.96% | 0.29% | - |
| XYZ | 2.97 | 5.01 | 3.72 | - |
| YUV | 49.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 49 | 0.96 | 0 | 0.33 | 0.71 | 159.43 | 0.92 | 0.15 |
| Hex | 3 | 49 | 31 | 60 | 0 | 21 | 47 | 9F | 5C | F |
| Octal | 3 | 111 | 61 | 140 | 0 | 41 | 107 | 237 | 134 | 17 |
| Binary | 11 | 1001001 | 110001 | 1100000 | 0 | 100001 | 1000111 | 10011111 | 1011100 | 1111 |
Color Harmonies of #034931
Complementary color
Monochromatic Colors of #034931
Black with #034931
Text Example
Text Example
White with #034931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034931; }
p { color: rgb(3,73,49); }
H1.HeaderClassName
{
color: #034931;
}
.AnyTagClassName
{
color: #034931;
}
</style>
background-color css
<style>
a { background-color: #034931; }
a { background-color: rgb(3,73,49); }
div.DivClassName
{
background-color: #034931;
}
.BgClassName
{
background-color: #034931;
}
</style>
border-color css
<style>
span { border-color: #034931; }
span { border-color: rgb(3,73,49); }
td.TdClassName
{
border-color: #034931;
}
.TagClassName
{
border-color: #034931;
}
</style>