Shades of British Racing Green #034119
Tints of British Racing Green #034119
RGB
CMYK
RGB Variations
Color information
#034119 (or 0x034119) is known color: British Racing Green. HEX triplet: 03, 41 and 19. RGB value is (3,65,25). Sum of RGB (Red+Green+Blue) = 3+65+25=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #034119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034119 is #FCBEE6. Grayscale: #2A2A2A. Windows color (decimal): -16563943 or 1655043. OLE color: 1655043.
HSL color Cylindrical-coordinate representation of color #034119: hue angle of 141.29º 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 #034119 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 65 | 25 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.75 |
| HSL | 141.29º | 0.91% | 0.13% | - |
| HSV(B) | 141.29º | 0.95% | 0.25% | - |
| XYZ | 2.1 | 3.87 | 1.56 | - |
| YUV | 41.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 25 | 0.95 | 0 | 0.62 | 0.75 | 141.29 | 0.91 | 0.13 |
| Hex | 3 | 41 | 19 | 5F | 0 | 3E | 4B | 8D | 5B | D |
| Octal | 3 | 101 | 31 | 137 | 0 | 76 | 113 | 215 | 133 | 15 |
| Binary | 11 | 1000001 | 11001 | 1011111 | 0 | 111110 | 1001011 | 10001101 | 1011011 | 1101 |
Color Harmonies of #034119
Complementary color
Monochromatic Colors of #034119
Black with #034119
Text Example
Text Example
White with #034119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034119; }
p { color: rgb(3,65,25); }
H1.HeaderClassName
{
color: #034119;
}
.AnyTagClassName
{
color: #034119;
}
</style>
background-color css
<style>
a { background-color: #034119; }
a { background-color: rgb(3,65,25); }
div.DivClassName
{
background-color: #034119;
}
.BgClassName
{
background-color: #034119;
}
</style>
border-color css
<style>
span { border-color: #034119; }
span { border-color: rgb(3,65,25); }
td.TdClassName
{
border-color: #034119;
}
.TagClassName
{
border-color: #034119;
}
</style>