Shades of British Racing Green #034A1D
Tints of British Racing Green #034A1D
RGB
CMYK
RGB Variations
Color information
#034A1D (or 0x034A1D) is known color: British Racing Green. HEX triplet: 03, 4A and 1D. RGB value is (3,74,29). Sum of RGB (Red+Green+Blue) = 3+74+29=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 74 (29.30% from 255 or 69.81% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 74 - color contains mainly: green. Hex color #034A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A1D is #FCB5E2. Grayscale: #2F2F2F. Windows color (decimal): -16561635 or 1919491. OLE color: 1919491.
HSL color Cylindrical-coordinate representation of color #034A1D: hue angle of 141.97º 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 #034A1D is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 29 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.71 |
| HSL | 141.97º | 0.92% | 0.15% | - |
| HSV(B) | 141.97º | 0.96% | 0.29% | - |
| XYZ | 2.71 | 5.01 | 1.99 | - |
| YUV | 47.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 29 | 0.96 | 0 | 0.61 | 0.71 | 141.97 | 0.92 | 0.15 |
| Hex | 3 | 4A | 1D | 60 | 0 | 3D | 47 | 8E | 5C | F |
| Octal | 3 | 112 | 35 | 140 | 0 | 75 | 107 | 216 | 134 | 17 |
| Binary | 11 | 1001010 | 11101 | 1100000 | 0 | 111101 | 1000111 | 10001110 | 1011100 | 1111 |
Color Harmonies of #034A1D
Complementary color
Monochromatic Colors of #034A1D
Black with #034A1D
Text Example
Text Example
White with #034A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A1D; }
p { color: rgb(3,74,29); }
H1.HeaderClassName
{
color: #034A1D;
}
.AnyTagClassName
{
color: #034A1D;
}
</style>
background-color css
<style>
a { background-color: #034A1D; }
a { background-color: rgb(3,74,29); }
div.DivClassName
{
background-color: #034A1D;
}
.BgClassName
{
background-color: #034A1D;
}
</style>
border-color css
<style>
span { border-color: #034A1D; }
span { border-color: rgb(3,74,29); }
td.TdClassName
{
border-color: #034A1D;
}
.TagClassName
{
border-color: #034A1D;
}
</style>