Shades of British Racing Green #03542A
Tints of British Racing Green #03542A
RGB
CMYK
RGB Variations
Color information
#03542A (or 0x03542A) is known color: British Racing Green. HEX triplet: 03, 54 and 2A. RGB value is (3,84,42). Sum of RGB (Red+Green+Blue) = 3+84+42=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #03542A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03542A is #FCABD5. Grayscale: #373737. Windows color (decimal): -16559062 or 2774019. OLE color: 2774019.
HSL color Cylindrical-coordinate representation of color #03542A: hue angle of 148.89º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03542A is Cyan = 0.96, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 84 | 42 | - |
| CMYK | 0.96 | 0 | 0.5 | 0.67 |
| HSL | 148.89º | 0.93% | 0.17% | - |
| HSV(B) | 148.89º | 0.96% | 0.33% | - |
| XYZ | 3.63 | 6.53 | 3.26 | - |
| YUV | 54.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 42 | 0.96 | 0 | 0.5 | 0.67 | 148.89 | 0.93 | 0.17 |
| Hex | 3 | 54 | 2A | 60 | 0 | 32 | 43 | 95 | 5D | 11 |
| Octal | 3 | 124 | 52 | 140 | 0 | 62 | 103 | 225 | 135 | 21 |
| Binary | 11 | 1010100 | 101010 | 1100000 | 0 | 110010 | 1000011 | 10010101 | 1011101 | 10001 |
Color Harmonies of #03542A
Complementary color
Monochromatic Colors of #03542A
Black with #03542A
Text Example
Text Example
White with #03542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03542A; }
p { color: rgb(3,84,42); }
H1.HeaderClassName
{
color: #03542A;
}
.AnyTagClassName
{
color: #03542A;
}
</style>
background-color css
<style>
a { background-color: #03542A; }
a { background-color: rgb(3,84,42); }
div.DivClassName
{
background-color: #03542A;
}
.BgClassName
{
background-color: #03542A;
}
</style>
border-color css
<style>
span { border-color: #03542A; }
span { border-color: rgb(3,84,42); }
td.TdClassName
{
border-color: #03542A;
}
.TagClassName
{
border-color: #03542A;
}
</style>