Shades of British Racing Green #034732
Tints of British Racing Green #034732
RGB
CMYK
RGB Variations
Color information
#034732 (or 0x034732) is known color: British Racing Green. HEX triplet: 03, 47 and 32. RGB value is (3,71,50). Sum of RGB (Red+Green+Blue) = 3+71+50=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #034732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034732 is #FCB8CD. Grayscale: #303030. Windows color (decimal): -16562382 or 3294979. OLE color: 3294979.
HSL color Cylindrical-coordinate representation of color #034732: hue angle of 161.47º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034732 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 71 | 50 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.72 |
| HSL | 161.47º | 0.92% | 0.15% | - |
| HSV(B) | 161.47º | 0.96% | 0.28% | - |
| XYZ | 2.87 | 4.76 | 3.78 | - |
| YUV | 48.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 50 | 0.96 | 0 | 0.30 | 0.72 | 161.47 | 0.92 | 0.15 |
| Hex | 3 | 47 | 32 | 60 | 0 | 1E | 48 | A1 | 5C | F |
| Octal | 3 | 107 | 62 | 140 | 0 | 36 | 110 | 241 | 134 | 17 |
| Binary | 11 | 1000111 | 110010 | 1100000 | 0 | 11110 | 1001000 | 10100001 | 1011100 | 1111 |
Color Harmonies of #034732
Complementary color
Monochromatic Colors of #034732
Black with #034732
Text Example
Text Example
White with #034732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034732; }
p { color: rgb(3,71,50); }
H1.HeaderClassName
{
color: #034732;
}
.AnyTagClassName
{
color: #034732;
}
</style>
background-color css
<style>
a { background-color: #034732; }
a { background-color: rgb(3,71,50); }
div.DivClassName
{
background-color: #034732;
}
.BgClassName
{
background-color: #034732;
}
</style>
border-color css
<style>
span { border-color: #034732; }
span { border-color: rgb(3,71,50); }
td.TdClassName
{
border-color: #034732;
}
.TagClassName
{
border-color: #034732;
}
</style>