Shades of British Racing Green #034120
Tints of British Racing Green #034120
RGB
CMYK
RGB Variations
Color information
#034120 (or 0x034120) is known color: British Racing Green. HEX triplet: 03, 41 and 20. RGB value is (3,65,32). Sum of RGB (Red+Green+Blue) = 3+65+32=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #034120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034120 is #FCBEDF. Grayscale: #2A2A2A. Windows color (decimal): -16563936 or 2113795. OLE color: 2113795.
HSL color Cylindrical-coordinate representation of color #034120: hue angle of 148.06º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034120 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 65 | 32 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.75 |
| HSL | 148.06º | 0.91% | 0.13% | - |
| HSV(B) | 148.06º | 0.95% | 0.25% | - |
| XYZ | 2.19 | 3.9 | 2 | - |
| YUV | 42.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 32 | 0.95 | 0 | 0.51 | 0.75 | 148.06 | 0.91 | 0.13 |
| Hex | 3 | 41 | 20 | 5F | 0 | 33 | 4B | 94 | 5B | D |
| Octal | 3 | 101 | 40 | 137 | 0 | 63 | 113 | 224 | 133 | 15 |
| Binary | 11 | 1000001 | 100000 | 1011111 | 0 | 110011 | 1001011 | 10010100 | 1011011 | 1101 |
Color Harmonies of #034120
Complementary color
Monochromatic Colors of #034120
Black with #034120
Text Example
Text Example
White with #034120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034120; }
p { color: rgb(3,65,32); }
H1.HeaderClassName
{
color: #034120;
}
.AnyTagClassName
{
color: #034120;
}
</style>
background-color css
<style>
a { background-color: #034120; }
a { background-color: rgb(3,65,32); }
div.DivClassName
{
background-color: #034120;
}
.BgClassName
{
background-color: #034120;
}
</style>
border-color css
<style>
span { border-color: #034120; }
span { border-color: rgb(3,65,32); }
td.TdClassName
{
border-color: #034120;
}
.TagClassName
{
border-color: #034120;
}
</style>