Shades of British Racing Green #03541C
Tints of British Racing Green #03541C
RGB
CMYK
RGB Variations
Color information
#03541C (or 0x03541C) is known color: British Racing Green. HEX triplet: 03, 54 and 1C. RGB value is (3,84,28). Sum of RGB (Red+Green+Blue) = 3+84+28=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 84 (33.20% from 255 or 73.04% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 84 - color contains mainly: green. Hex color #03541C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03541C is #FCABE3. Grayscale: #353535. Windows color (decimal): -16559076 or 1856515. OLE color: 1856515.
HSL color Cylindrical-coordinate representation of color #03541C: hue angle of 138.52º 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 #03541C is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 84 | 28 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.67 |
| HSL | 138.52º | 0.93% | 0.17% | - |
| HSV(B) | 138.52º | 0.96% | 0.33% | - |
| XYZ | 3.42 | 6.44 | 2.16 | - |
| YUV | 53.4 | 113.66 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 28 | 0.96 | 0 | 0.67 | 0.67 | 138.52 | 0.93 | 0.17 |
| Hex | 3 | 54 | 1C | 60 | 0 | 43 | 43 | 8B | 5D | 11 |
| Octal | 3 | 124 | 34 | 140 | 0 | 103 | 103 | 213 | 135 | 21 |
| Binary | 11 | 1010100 | 11100 | 1100000 | 0 | 1000011 | 1000011 | 10001011 | 1011101 | 10001 |
Color Harmonies of #03541C
Complementary color
Monochromatic Colors of #03541C
Black with #03541C
Text Example
Text Example
White with #03541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03541C; }
p { color: rgb(3,84,28); }
H1.HeaderClassName
{
color: #03541C;
}
.AnyTagClassName
{
color: #03541C;
}
</style>
background-color css
<style>
a { background-color: #03541C; }
a { background-color: rgb(3,84,28); }
div.DivClassName
{
background-color: #03541C;
}
.BgClassName
{
background-color: #03541C;
}
</style>
border-color css
<style>
span { border-color: #03541C; }
span { border-color: rgb(3,84,28); }
td.TdClassName
{
border-color: #03541C;
}
.TagClassName
{
border-color: #03541C;
}
</style>