Shades of British Racing Green #034D23
Tints of British Racing Green #034D23
RGB
CMYK
RGB Variations
Color information
#034D23 (or 0x034D23) is known color: British Racing Green. HEX triplet: 03, 4D and 23. RGB value is (3,77,35). Sum of RGB (Red+Green+Blue) = 3+77+35=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 77 (30.47% from 255 or 66.96% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 77 - color contains mainly: green. Hex color #034D23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D23 is #FCB2DC. Grayscale: #323232. Windows color (decimal): -16560861 or 2313475. OLE color: 2313475.
HSL color Cylindrical-coordinate representation of color #034D23: hue angle of 145.95º 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 #034D23 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 35 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.70 |
| HSL | 145.95º | 0.93% | 0.16% | - |
| HSV(B) | 145.95º | 0.96% | 0.3% | - |
| XYZ | 2.99 | 5.45 | 2.48 | - |
| YUV | 50.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 35 | 0.96 | 0 | 0.55 | 0.70 | 145.95 | 0.93 | 0.16 |
| Hex | 3 | 4D | 23 | 60 | 0 | 37 | 46 | 92 | 5C | 10 |
| Octal | 3 | 115 | 43 | 140 | 0 | 67 | 106 | 222 | 134 | 20 |
| Binary | 11 | 1001101 | 100011 | 1100000 | 0 | 110111 | 1000110 | 10010010 | 1011100 | 10000 |
Color Harmonies of #034D23
Complementary color
Monochromatic Colors of #034D23
Black with #034D23
Text Example
Text Example
White with #034D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D23; }
p { color: rgb(3,77,35); }
H1.HeaderClassName
{
color: #034D23;
}
.AnyTagClassName
{
color: #034D23;
}
</style>
background-color css
<style>
a { background-color: #034D23; }
a { background-color: rgb(3,77,35); }
div.DivClassName
{
background-color: #034D23;
}
.BgClassName
{
background-color: #034D23;
}
</style>
border-color css
<style>
span { border-color: #034D23; }
span { border-color: rgb(3,77,35); }
td.TdClassName
{
border-color: #034D23;
}
.TagClassName
{
border-color: #034D23;
}
</style>