Shades of British Racing Green #034B2D
Tints of British Racing Green #034B2D
RGB
CMYK
RGB Variations
Color information
#034B2D (or 0x034B2D) is known color: British Racing Green. HEX triplet: 03, 4B and 2D. RGB value is (3,75,45). Sum of RGB (Red+Green+Blue) = 3+75+45=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #034B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B2D is #FCB4D2. Grayscale: #323232. Windows color (decimal): -16561363 or 2968323. OLE color: 2968323.
HSL color Cylindrical-coordinate representation of color #034B2D: hue angle of 155º 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 #034B2D is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 75 | 45 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.71 |
| HSL | 155º | 0.92% | 0.15% | - |
| HSV(B) | 155º | 0.96% | 0.29% | - |
| XYZ | 3.03 | 5.24 | 3.33 | - |
| YUV | 50.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 45 | 0.96 | 0 | 0.40 | 0.71 | 155 | 0.92 | 0.15 |
| Hex | 3 | 4B | 2D | 60 | 0 | 28 | 47 | 9B | 5C | F |
| Octal | 3 | 113 | 55 | 140 | 0 | 50 | 107 | 233 | 134 | 17 |
| Binary | 11 | 1001011 | 101101 | 1100000 | 0 | 101000 | 1000111 | 10011011 | 1011100 | 1111 |
Color Harmonies of #034B2D
Complementary color
Monochromatic Colors of #034B2D
Black with #034B2D
Text Example
Text Example
White with #034B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034B2D; }
p { color: rgb(3,75,45); }
H1.HeaderClassName
{
color: #034B2D;
}
.AnyTagClassName
{
color: #034B2D;
}
</style>
background-color css
<style>
a { background-color: #034B2D; }
a { background-color: rgb(3,75,45); }
div.DivClassName
{
background-color: #034B2D;
}
.BgClassName
{
background-color: #034B2D;
}
</style>
border-color css
<style>
span { border-color: #034B2D; }
span { border-color: rgb(3,75,45); }
td.TdClassName
{
border-color: #034B2D;
}
.TagClassName
{
border-color: #034B2D;
}
</style>