Shades of British Racing Green #034A2D
Tints of British Racing Green #034A2D
RGB
CMYK
RGB Variations
Color information
#034A2D (or 0x034A2D) is known color: British Racing Green. HEX triplet: 03, 4A and 2D. RGB value is (3,74,45). Sum of RGB (Red+Green+Blue) = 3+74+45=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #034A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A2D is #FCB5D2. Grayscale: #313131. Windows color (decimal): -16561619 or 2968067. OLE color: 2968067.
HSL color Cylindrical-coordinate representation of color #034A2D: hue angle of 155.49º 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 #034A2D is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 45 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.71 |
| HSL | 155.49º | 0.92% | 0.15% | - |
| HSV(B) | 155.49º | 0.96% | 0.29% | - |
| XYZ | 2.96 | 5.11 | 3.31 | - |
| YUV | 49.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 45 | 0.96 | 0 | 0.39 | 0.71 | 155.49 | 0.92 | 0.15 |
| Hex | 3 | 4A | 2D | 60 | 0 | 27 | 47 | 9B | 5C | F |
| Octal | 3 | 112 | 55 | 140 | 0 | 47 | 107 | 233 | 134 | 17 |
| Binary | 11 | 1001010 | 101101 | 1100000 | 0 | 100111 | 1000111 | 10011011 | 1011100 | 1111 |
Color Harmonies of #034A2D
Complementary color
Monochromatic Colors of #034A2D
Black with #034A2D
Text Example
Text Example
White with #034A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A2D; }
p { color: rgb(3,74,45); }
H1.HeaderClassName
{
color: #034A2D;
}
.AnyTagClassName
{
color: #034A2D;
}
</style>
background-color css
<style>
a { background-color: #034A2D; }
a { background-color: rgb(3,74,45); }
div.DivClassName
{
background-color: #034A2D;
}
.BgClassName
{
background-color: #034A2D;
}
</style>
border-color css
<style>
span { border-color: #034A2D; }
span { border-color: rgb(3,74,45); }
td.TdClassName
{
border-color: #034A2D;
}
.TagClassName
{
border-color: #034A2D;
}
</style>