#03492C

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

Shades of British Racing Green #03492C

Tints of British Racing Green #03492C

Color information

#03492C (or 0x03492C) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 2C. RGB value is (3,73,44). Sum of RGB (Red+Green+Blue) = 3+73+44=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #03492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03492C is #FCB6D3. Grayscale: #303030. Windows color (decimal): -16561876 or 2902275. OLE color: 2902275.

HSL color Cylindrical-coordinate representation of color #03492C: hue angle of 155.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03492C is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB37344-
CMYK0.9600.400.71
HSL155.14º92.11%14.9%-
HSV(B)155.14º95.89%28.63%-
XYZ2.874.973.19-
YUV48.76125.3195.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 73 (28.91% from 255) = 60.83%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=2.5%
G=60.83%
B=36.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373440.9600.400.71155.1492.1114.9
Hex3492C60028479b5cf
Octal31115414005010723313417
Binary1110010011011001100000010100010001111001101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03492C; }

 p { color: rgb(3,73,44); }

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

<style>
 a { background-color: #03492C; }

 a { background-color: rgb(3,73,44); }

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

<style>
 span { border-color: #03492C; }

 span { border-color: rgb(3,73,44); }

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