Shades of British Racing Green #034725
Tints of British Racing Green #034725
RGB
CMYK
RGB Variations
Color information
#034725 (or 0x034725) is known color: British Racing Green. HEX triplet: 03, 47 and 25. RGB value is (3,71,37). Sum of RGB (Red+Green+Blue) = 3+71+37=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #034725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034725 is #FCB8DA. Grayscale: #2E2E2E. Windows color (decimal): -16562395 or 2443011. OLE color: 2443011.
HSL color Cylindrical-coordinate representation of color #034725: hue angle of 150º 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 #034725 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 71 | 37 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.72 |
| HSL | 150º | 0.92% | 0.15% | - |
| HSV(B) | 150º | 0.96% | 0.28% | - |
| XYZ | 2.62 | 4.66 | 2.51 | - |
| YUV | 46.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 37 | 0.96 | 0 | 0.48 | 0.72 | 150 | 0.92 | 0.15 |
| Hex | 3 | 47 | 25 | 60 | 0 | 30 | 48 | 96 | 5C | F |
| Octal | 3 | 107 | 45 | 140 | 0 | 60 | 110 | 226 | 134 | 17 |
| Binary | 11 | 1000111 | 100101 | 1100000 | 0 | 110000 | 1001000 | 10010110 | 1011100 | 1111 |
Color Harmonies of #034725
Complementary color
Monochromatic Colors of #034725
Black with #034725
Text Example
Text Example
White with #034725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034725; }
p { color: rgb(3,71,37); }
H1.HeaderClassName
{
color: #034725;
}
.AnyTagClassName
{
color: #034725;
}
</style>
background-color css
<style>
a { background-color: #034725; }
a { background-color: rgb(3,71,37); }
div.DivClassName
{
background-color: #034725;
}
.BgClassName
{
background-color: #034725;
}
</style>
border-color css
<style>
span { border-color: #034725; }
span { border-color: rgb(3,71,37); }
td.TdClassName
{
border-color: #034725;
}
.TagClassName
{
border-color: #034725;
}
</style>