Shades of British Racing Green #034431
Tints of British Racing Green #034431
RGB
CMYK
RGB Variations
Color information
#034431 (or 0x034431) is known color: British Racing Green. HEX triplet: 03, 44 and 31. RGB value is (3,68,49). Sum of RGB (Red+Green+Blue) = 3+68+49=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #034431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034431 is #FCBBCE. Grayscale: #2E2E2E. Windows color (decimal): -16563151 or 3228675. OLE color: 3228675.
HSL color Cylindrical-coordinate representation of color #034431: hue angle of 162.46º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034431 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 49 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.73 |
| HSL | 162.46º | 0.92% | 0.14% | - |
| HSV(B) | 162.46º | 0.96% | 0.27% | - |
| XYZ | 2.66 | 4.38 | 3.61 | - |
| YUV | 46.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 49 | 0.96 | 0 | 0.28 | 0.73 | 162.46 | 0.92 | 0.14 |
| Hex | 3 | 44 | 31 | 60 | 0 | 1C | 49 | A2 | 5C | E |
| Octal | 3 | 104 | 61 | 140 | 0 | 34 | 111 | 242 | 134 | 16 |
| Binary | 11 | 1000100 | 110001 | 1100000 | 0 | 11100 | 1001001 | 10100010 | 1011100 | 1110 |
Color Harmonies of #034431
Complementary color
Monochromatic Colors of #034431
Black with #034431
Text Example
Text Example
White with #034431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034431; }
p { color: rgb(3,68,49); }
H1.HeaderClassName
{
color: #034431;
}
.AnyTagClassName
{
color: #034431;
}
</style>
background-color css
<style>
a { background-color: #034431; }
a { background-color: rgb(3,68,49); }
div.DivClassName
{
background-color: #034431;
}
.BgClassName
{
background-color: #034431;
}
</style>
border-color css
<style>
span { border-color: #034431; }
span { border-color: rgb(3,68,49); }
td.TdClassName
{
border-color: #034431;
}
.TagClassName
{
border-color: #034431;
}
</style>