Shades of British Racing Green #034A30
Tints of British Racing Green #034A30
RGB
CMYK
RGB Variations
Color information
#034A30 (or 0x034A30) is known color: British Racing Green. HEX triplet: 03, 4A and 30. RGB value is (3,74,48). Sum of RGB (Red+Green+Blue) = 3+74+48=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 74 (29.30% from 255 or 59.2% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 74 - color contains mainly: green. Hex color #034A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A30 is #FCB5CF. Grayscale: #313131. Windows color (decimal): -16561616 or 3164675. OLE color: 3164675.
HSL color Cylindrical-coordinate representation of color #034A30: hue angle of 158.03º 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 #034A30 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 48 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.71 |
| HSL | 158.03º | 0.92% | 0.15% | - |
| HSV(B) | 158.03º | 0.96% | 0.29% | - |
| XYZ | 3.02 | 5.13 | 3.63 | - |
| YUV | 49.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 48 | 0.96 | 0 | 0.35 | 0.71 | 158.03 | 0.92 | 0.15 |
| Hex | 3 | 4A | 30 | 60 | 0 | 23 | 47 | 9E | 5C | F |
| Octal | 3 | 112 | 60 | 140 | 0 | 43 | 107 | 236 | 134 | 17 |
| Binary | 11 | 1001010 | 110000 | 1100000 | 0 | 100011 | 1000111 | 10011110 | 1011100 | 1111 |
Color Harmonies of #034A30
Complementary color
Monochromatic Colors of #034A30
Black with #034A30
Text Example
Text Example
White with #034A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A30; }
p { color: rgb(3,74,48); }
H1.HeaderClassName
{
color: #034A30;
}
.AnyTagClassName
{
color: #034A30;
}
</style>
background-color css
<style>
a { background-color: #034A30; }
a { background-color: rgb(3,74,48); }
div.DivClassName
{
background-color: #034A30;
}
.BgClassName
{
background-color: #034A30;
}
</style>
border-color css
<style>
span { border-color: #034A30; }
span { border-color: rgb(3,74,48); }
td.TdClassName
{
border-color: #034A30;
}
.TagClassName
{
border-color: #034A30;
}
</style>