Shades of British Racing Green #034031
Tints of British Racing Green #034031
RGB
CMYK
RGB Variations
Color information
#034031 (or 0x034031) is known color: British Racing Green. HEX triplet: 03, 40 and 31. RGB value is (3,64,49). Sum of RGB (Red+Green+Blue) = 3+64+49=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #034031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034031 is #FCBFCE. Grayscale: #2C2C2C. Windows color (decimal): -16564175 or 3227651. OLE color: 3227651.
HSL color Cylindrical-coordinate representation of color #034031: hue angle of 165.25º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034031 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 49 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.75 |
| HSL | 165.25º | 0.91% | 0.13% | - |
| HSV(B) | 165.25º | 0.95% | 0.25% | - |
| XYZ | 2.43 | 3.91 | 3.53 | - |
| YUV | 44.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 49 | 0.95 | 0 | 0.23 | 0.75 | 165.25 | 0.91 | 0.13 |
| Hex | 3 | 40 | 31 | 5F | 0 | 17 | 4B | A5 | 5B | D |
| Octal | 3 | 100 | 61 | 137 | 0 | 27 | 113 | 245 | 133 | 15 |
| Binary | 11 | 1000000 | 110001 | 1011111 | 0 | 10111 | 1001011 | 10100101 | 1011011 | 1101 |
Color Harmonies of #034031
Complementary color
Monochromatic Colors of #034031
Black with #034031
Text Example
Text Example
White with #034031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034031; }
p { color: rgb(3,64,49); }
H1.HeaderClassName
{
color: #034031;
}
.AnyTagClassName
{
color: #034031;
}
</style>
background-color css
<style>
a { background-color: #034031; }
a { background-color: rgb(3,64,49); }
div.DivClassName
{
background-color: #034031;
}
.BgClassName
{
background-color: #034031;
}
</style>
border-color css
<style>
span { border-color: #034031; }
span { border-color: rgb(3,64,49); }
td.TdClassName
{
border-color: #034031;
}
.TagClassName
{
border-color: #034031;
}
</style>