Shades of British Racing Green #034E1F
Tints of British Racing Green #034E1F
RGB
CMYK
RGB Variations
Color information
#034E1F (or 0x034E1F) is known color: British Racing Green. HEX triplet: 03, 4E and 1F. RGB value is (3,78,31). Sum of RGB (Red+Green+Blue) = 3+78+31=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 78 (30.86% from 255 or 69.64% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 78 - color contains mainly: green. Hex color #034E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E1F is #FCB1E0. Grayscale: #323232. Windows color (decimal): -16560609 or 2051587. OLE color: 2051587.
HSL color Cylindrical-coordinate representation of color #034E1F: hue angle of 142.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034E1F is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 78 | 31 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.69 |
| HSL | 142.4º | 0.93% | 0.16% | - |
| HSV(B) | 142.4º | 0.96% | 0.31% | - |
| XYZ | 3.01 | 5.57 | 2.21 | - |
| YUV | 50.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 31 | 0.96 | 0 | 0.60 | 0.69 | 142.4 | 0.93 | 0.16 |
| Hex | 3 | 4E | 1F | 60 | 0 | 3C | 45 | 8E | 5D | 10 |
| Octal | 3 | 116 | 37 | 140 | 0 | 74 | 105 | 216 | 135 | 20 |
| Binary | 11 | 1001110 | 11111 | 1100000 | 0 | 111100 | 1000101 | 10001110 | 1011101 | 10000 |
Color Harmonies of #034E1F
Complementary color
Monochromatic Colors of #034E1F
Black with #034E1F
Text Example
Text Example
White with #034E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034E1F; }
p { color: rgb(3,78,31); }
H1.HeaderClassName
{
color: #034E1F;
}
.AnyTagClassName
{
color: #034E1F;
}
</style>
background-color css
<style>
a { background-color: #034E1F; }
a { background-color: rgb(3,78,31); }
div.DivClassName
{
background-color: #034E1F;
}
.BgClassName
{
background-color: #034E1F;
}
</style>
border-color css
<style>
span { border-color: #034E1F; }
span { border-color: rgb(3,78,31); }
td.TdClassName
{
border-color: #034E1F;
}
.TagClassName
{
border-color: #034E1F;
}
</style>