Shades of British Racing Green #034D1B
Tints of British Racing Green #034D1B
RGB
CMYK
RGB Variations
Color information
#034D1B (or 0x034D1B) is known color: British Racing Green. HEX triplet: 03, 4D and 1B. RGB value is (3,77,27). Sum of RGB (Red+Green+Blue) = 3+77+27=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 77 (30.47% from 255 or 71.96% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 77 - color contains mainly: green. Hex color #034D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D1B is #FCB2E4. Grayscale: #313131. Windows color (decimal): -16560869 or 1789187. OLE color: 1789187.
HSL color Cylindrical-coordinate representation of color #034D1B: hue angle of 139.46º 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 #034D1B is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 27 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.70 |
| HSL | 139.46º | 0.93% | 0.16% | - |
| HSV(B) | 139.46º | 0.96% | 0.3% | - |
| XYZ | 2.89 | 5.41 | 1.93 | - |
| YUV | 49.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 27 | 0.96 | 0 | 0.65 | 0.70 | 139.46 | 0.93 | 0.16 |
| Hex | 3 | 4D | 1B | 60 | 0 | 41 | 46 | 8B | 5C | 10 |
| Octal | 3 | 115 | 33 | 140 | 0 | 101 | 106 | 213 | 134 | 20 |
| Binary | 11 | 1001101 | 11011 | 1100000 | 0 | 1000001 | 1000110 | 10001011 | 1011100 | 10000 |
Color Harmonies of #034D1B
Complementary color
Monochromatic Colors of #034D1B
Black with #034D1B
Text Example
Text Example
White with #034D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D1B; }
p { color: rgb(3,77,27); }
H1.HeaderClassName
{
color: #034D1B;
}
.AnyTagClassName
{
color: #034D1B;
}
</style>
background-color css
<style>
a { background-color: #034D1B; }
a { background-color: rgb(3,77,27); }
div.DivClassName
{
background-color: #034D1B;
}
.BgClassName
{
background-color: #034D1B;
}
</style>
border-color css
<style>
span { border-color: #034D1B; }
span { border-color: rgb(3,77,27); }
td.TdClassName
{
border-color: #034D1B;
}
.TagClassName
{
border-color: #034D1B;
}
</style>