Shades of British Racing Green #034D2F
Tints of British Racing Green #034D2F
RGB
CMYK
RGB Variations
Color information
#034D2F (or 0x034D2F) is known color: British Racing Green. HEX triplet: 03, 4D and 2F. RGB value is (3,77,47). Sum of RGB (Red+Green+Blue) = 3+77+47=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #034D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D2F is #FCB2D0. Grayscale: #333333. Windows color (decimal): -16560849 or 3099907. OLE color: 3099907.
HSL color Cylindrical-coordinate representation of color #034D2F: hue angle of 155.68º 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 #034D2F is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 47 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.70 |
| HSL | 155.68º | 0.93% | 0.16% | - |
| HSV(B) | 155.68º | 0.96% | 0.3% | - |
| XYZ | 3.2 | 5.53 | 3.59 | - |
| YUV | 51.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 47 | 0.96 | 0 | 0.39 | 0.70 | 155.68 | 0.93 | 0.16 |
| Hex | 3 | 4D | 2F | 60 | 0 | 27 | 46 | 9C | 5C | 10 |
| Octal | 3 | 115 | 57 | 140 | 0 | 47 | 106 | 234 | 134 | 20 |
| Binary | 11 | 1001101 | 101111 | 1100000 | 0 | 100111 | 1000110 | 10011100 | 1011100 | 10000 |
Color Harmonies of #034D2F
Complementary color
Monochromatic Colors of #034D2F
Black with #034D2F
Text Example
Text Example
White with #034D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D2F; }
p { color: rgb(3,77,47); }
H1.HeaderClassName
{
color: #034D2F;
}
.AnyTagClassName
{
color: #034D2F;
}
</style>
background-color css
<style>
a { background-color: #034D2F; }
a { background-color: rgb(3,77,47); }
div.DivClassName
{
background-color: #034D2F;
}
.BgClassName
{
background-color: #034D2F;
}
</style>
border-color css
<style>
span { border-color: #034D2F; }
span { border-color: rgb(3,77,47); }
td.TdClassName
{
border-color: #034D2F;
}
.TagClassName
{
border-color: #034D2F;
}
</style>