Shades of British Racing Green #03542B
Tints of British Racing Green #03542B
RGB
CMYK
RGB Variations
Color information
#03542B (or 0x03542B) is known color: British Racing Green. HEX triplet: 03, 54 and 2B. RGB value is (3,84,43). Sum of RGB (Red+Green+Blue) = 3+84+43=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 84 (33.20% from 255 or 64.62% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 84 - color contains mainly: green. Hex color #03542B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03542B is #FCABD4. Grayscale: #373737. Windows color (decimal): -16559061 or 2839555. OLE color: 2839555.
HSL color Cylindrical-coordinate representation of color #03542B: hue angle of 149.63º 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 #03542B is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 84 | 43 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.67 |
| HSL | 149.63º | 0.93% | 0.17% | - |
| HSV(B) | 149.63º | 0.96% | 0.33% | - |
| XYZ | 3.64 | 6.53 | 3.35 | - |
| YUV | 55.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 43 | 0.96 | 0 | 0.49 | 0.67 | 149.63 | 0.93 | 0.17 |
| Hex | 3 | 54 | 2B | 60 | 0 | 31 | 43 | 96 | 5D | 11 |
| Octal | 3 | 124 | 53 | 140 | 0 | 61 | 103 | 226 | 135 | 21 |
| Binary | 11 | 1010100 | 101011 | 1100000 | 0 | 110001 | 1000011 | 10010110 | 1011101 | 10001 |
Color Harmonies of #03542B
Complementary color
Monochromatic Colors of #03542B
Black with #03542B
Text Example
Text Example
White with #03542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03542B; }
p { color: rgb(3,84,43); }
H1.HeaderClassName
{
color: #03542B;
}
.AnyTagClassName
{
color: #03542B;
}
</style>
background-color css
<style>
a { background-color: #03542B; }
a { background-color: rgb(3,84,43); }
div.DivClassName
{
background-color: #03542B;
}
.BgClassName
{
background-color: #03542B;
}
</style>
border-color css
<style>
span { border-color: #03542B; }
span { border-color: rgb(3,84,43); }
td.TdClassName
{
border-color: #03542B;
}
.TagClassName
{
border-color: #03542B;
}
</style>