Shades of British Racing Green #03552D
Tints of British Racing Green #03552D
RGB
CMYK
RGB Variations
Color information
#03552D (or 0x03552D) is known color: British Racing Green. HEX triplet: 03, 55 and 2D. RGB value is (3,85,45). Sum of RGB (Red+Green+Blue) = 3+85+45=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #03552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03552D is #FCAAD2. Grayscale: #383838. Windows color (decimal): -16558803 or 2970883. OLE color: 2970883.
HSL color Cylindrical-coordinate representation of color #03552D: hue angle of 150.73º 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 #03552D is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 85 | 45 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.67 |
| HSL | 150.73º | 0.93% | 0.17% | - |
| HSV(B) | 150.73º | 0.96% | 0.33% | - |
| XYZ | 3.76 | 6.71 | 3.58 | - |
| YUV | 55.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 45 | 0.96 | 0 | 0.47 | 0.67 | 150.73 | 0.93 | 0.17 |
| Hex | 3 | 55 | 2D | 60 | 0 | 2F | 43 | 97 | 5D | 11 |
| Octal | 3 | 125 | 55 | 140 | 0 | 57 | 103 | 227 | 135 | 21 |
| Binary | 11 | 1010101 | 101101 | 1100000 | 0 | 101111 | 1000011 | 10010111 | 1011101 | 10001 |
Color Harmonies of #03552D
Complementary color
Monochromatic Colors of #03552D
Black with #03552D
Text Example
Text Example
White with #03552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03552D; }
p { color: rgb(3,85,45); }
H1.HeaderClassName
{
color: #03552D;
}
.AnyTagClassName
{
color: #03552D;
}
</style>
background-color css
<style>
a { background-color: #03552D; }
a { background-color: rgb(3,85,45); }
div.DivClassName
{
background-color: #03552D;
}
.BgClassName
{
background-color: #03552D;
}
</style>
border-color css
<style>
span { border-color: #03552D; }
span { border-color: rgb(3,85,45); }
td.TdClassName
{
border-color: #03552D;
}
.TagClassName
{
border-color: #03552D;
}
</style>