#03552B

Color #03552B British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #03552B

Tints of British Racing Green #03552B

Color information

#03552B (or 0x03552B) is unknown color: approx British Racing Green. HEX triplet: 03, 55 and 2B. RGB value is (3,85,43). Sum of RGB (Red+Green+Blue) = 3+85+43=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #03552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03552B is #FCAAD4. Grayscale: #373737. Windows color (decimal): -16558805 or 2839811. OLE color: 2839811.

HSL color Cylindrical-coordinate representation of color #03552B: hue angle of 149.27º 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 #03552B is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB38543-
CMYK0.9600.490.67
HSL149.27º93.18%17.25%-
HSV(B)149.27º96.47%33.33%-
XYZ3.726.693.38-
YUV55.69120.8390.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 85 (33.59% from 255) = 64.89%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=2.29%
G=64.89%
B=32.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal385430.9600.490.67149.2793.1817.25
Hex3552B6003143955d11
Octal31255314006110322513521
Binary11101010110101111000000110001100001110010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03552B; }

 p { color: rgb(3,85,43); }

 H1.HeaderClassName
 {
   color: #03552B;
 }
 .AnyTagClassName
 {
   color: #03552B;
 }
</style>
background-color css

<style>
 a { background-color: #03552B; }

 a { background-color: rgb(3,85,43); }

 div.DivClassName
 {
   background-color: #03552B;
 }
 .BgClassName
 {
   background-color: #03552B;
 }
</style>
border-color css

<style>
 span { border-color: #03552B; }

 span { border-color: rgb(3,85,43); }

 td.TdClassName
 {
   border-color: #03552B;
 }
 .TagClassName
 {
   border-color: #03552B;
 }
</style>