Shades of British Racing Green #034A34
Tints of British Racing Green #034A34
RGB
CMYK
RGB Variations
Color information
#034A34 (or 0x034A34) is known color: British Racing Green. HEX triplet: 03, 4A and 34. RGB value is (3,74,52). Sum of RGB (Red+Green+Blue) = 3+74+52=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #034A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A34 is #FCB5CB. Grayscale: #323232. Windows color (decimal): -16561612 or 3426819. OLE color: 3426819.
HSL color Cylindrical-coordinate representation of color #034A34: hue angle of 161.41º 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 #034A34 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 52 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.71 |
| HSL | 161.41º | 0.92% | 0.15% | - |
| HSV(B) | 161.41º | 0.96% | 0.29% | - |
| XYZ | 3.11 | 5.16 | 4.08 | - |
| YUV | 50.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 52 | 0.96 | 0 | 0.30 | 0.71 | 161.41 | 0.92 | 0.15 |
| Hex | 3 | 4A | 34 | 60 | 0 | 1E | 47 | A1 | 5C | F |
| Octal | 3 | 112 | 64 | 140 | 0 | 36 | 107 | 241 | 134 | 17 |
| Binary | 11 | 1001010 | 110100 | 1100000 | 0 | 11110 | 1000111 | 10100001 | 1011100 | 1111 |
Color Harmonies of #034A34
Complementary color
Monochromatic Colors of #034A34
Black with #034A34
Text Example
Text Example
White with #034A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A34; }
p { color: rgb(3,74,52); }
H1.HeaderClassName
{
color: #034A34;
}
.AnyTagClassName
{
color: #034A34;
}
</style>
background-color css
<style>
a { background-color: #034A34; }
a { background-color: rgb(3,74,52); }
div.DivClassName
{
background-color: #034A34;
}
.BgClassName
{
background-color: #034A34;
}
</style>
border-color css
<style>
span { border-color: #034A34; }
span { border-color: rgb(3,74,52); }
td.TdClassName
{
border-color: #034A34;
}
.TagClassName
{
border-color: #034A34;
}
</style>